[oe-commits] Ming Liu : grub: add PACKAGECONFIG for device-mapper

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:54 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: 384bb308edc35fbd6538aed90512f5fcdce7575c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=384bb308edc35fbd6538aed90512f5fcdce7575c

Author: Ming Liu <ming.liu at windriver.com>
Date:   Fri Jan 10 16:23:37 2014 +0800

grub: add PACKAGECONFIG for device-mapper

Avoids it's auto-detected from sysroot, which will lead implicit results.

(From OE-Core master rev: 6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b)

Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-bsp/grub/grub_2.00.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index dd1ebe5..b09e2f5 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
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
+PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2"
 
 EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \
                --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no"



More information about the Openembedded-commits mailing list