diff options
| author | Ming Liu <ming.liu@windriver.com> | 2014-01-10 16:23:37 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-10 15:16:51 +0000 |
| commit | 96f7bd587a655325a38d2be59b97a66b48a9fe59 (patch) | |
| tree | fec8dfecd5ad741e8611537d9983bcd305fad40e | |
| parent | 54ee3874246acd09076bbc7aca4b6f54a29aa44b (diff) | |
| download | poky-96f7bd587a655325a38d2be59b97a66b48a9fe59.tar.gz | |
grub: add PACKAGECONFIG for device-mapper
Avoids it's auto-detected from sysroot, which will lead implicit results.
(From OE-Core rev: 6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b)
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-bsp/grub/grub_2.00.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index 84e61933d0..ff9a7c6228 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb | |||
| @@ -37,6 +37,7 @@ inherit gettext | |||
| 37 | 37 | ||
| 38 | PACKAGECONFIG ??= "" | 38 | PACKAGECONFIG ??= "" |
| 39 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" | 39 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" |
| 40 | PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2" | ||
| 40 | 41 | ||
| 41 | EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \ | 42 | EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \ |
| 42 | --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no" | 43 | --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no" |
