All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] grub-efi: add PACKAGECONFIG for grub-mount and device-mapper
@ 2015-04-02  8:55 Robert Yang
  2015-04-02  8:55 ` [PATCH 1/1] " Robert Yang
  2015-04-10  1:42 ` [PATCH 0/1] " Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2015-04-02  8:55 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e6aab245623b6ba1ca5f06632d1028c863cef737:

  image_types: Add missing ext4 support (2015-03-31 22:38:50 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/grub
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/grub

Robert Yang (1):
  grub-efi: add PACKAGECONFIG for grub-mount and device-mapper

 meta/recipes-bsp/grub/grub2.inc    |    4 ++++
 meta/recipes-bsp/grub/grub_2.00.bb |    4 ----
 meta/recipes-bsp/grub/grub_git.bb  |    4 ----
 3 files changed, 4 insertions(+), 8 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] grub-efi: add PACKAGECONFIG for grub-mount and device-mapper
  2015-04-02  8:55 [PATCH 0/1] grub-efi: add PACKAGECONFIG for grub-mount and device-mapper Robert Yang
@ 2015-04-02  8:55 ` Robert Yang
  2015-04-10  1:42 ` [PATCH 0/1] " Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-04-02  8:55 UTC (permalink / raw)
  To: openembedded-core

We had PACKAGECONFIGs for grub_2.00 and grub_git, we also need them for
grub-efi, otherwise there might be failures as:
grub-2.00/util/grub-mount.c:37:23: fatal error: fuse/fuse.h: No such file or directory

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-bsp/grub/grub2.inc    |    4 ++++
 meta/recipes-bsp/grub/grub_2.00.bb |    4 ----
 meta/recipes-bsp/grub/grub_git.bb  |    4 ----
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 3946957..4d9e3c7 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -35,6 +35,10 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
 
 inherit autotools gettext texinfo
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
+PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2"
+
 # grub and grub-efi's sysroot/${datadir}/grub/grub-mkconfig_lib are
 # conflicted, remove it since no one uses it.
 SYSROOT_PREPROCESS_FUNCS_class-target += "remove_sysroot_mkconfig_lib"
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index a11e960..88a709e 100644
--- a/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/meta/recipes-bsp/grub/grub_2.00.bb
@@ -6,10 +6,6 @@ PR = "r1"
 FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug"
 
 
-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"
 
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index 3ab675b..c2760c9 100644
--- a/meta/recipes-bsp/grub/grub_git.bb
+++ b/meta/recipes-bsp/grub/grub_git.bb
@@ -20,10 +20,6 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'
 
 inherit autotools gettext texinfo
 
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
-PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2"
-
 # configure.ac has code to set this automagically from the target tuple
 # but the OE freeform one (core2-foo-bar-linux) don't work with that.
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] grub-efi: add PACKAGECONFIG for grub-mount and device-mapper
  2015-04-02  8:55 [PATCH 0/1] grub-efi: add PACKAGECONFIG for grub-mount and device-mapper Robert Yang
  2015-04-02  8:55 ` [PATCH 1/1] " Robert Yang
@ 2015-04-10  1:42 ` Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-04-10  1:42 UTC (permalink / raw)
  To: openembedded-core

ping.

// Robert

On 04/02/2015 04:55 PM, Robert Yang wrote:
> The following changes since commit e6aab245623b6ba1ca5f06632d1028c863cef737:
>
>    image_types: Add missing ext4 support (2015-03-31 22:38:50 +0100)
>
> are available in the git repository at:
>
>    git://git.openembedded.org/openembedded-core-contrib rbt/grub
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/grub
>
> Robert Yang (1):
>    grub-efi: add PACKAGECONFIG for grub-mount and device-mapper
>
>   meta/recipes-bsp/grub/grub2.inc    |    4 ++++
>   meta/recipes-bsp/grub/grub_2.00.bb |    4 ----
>   meta/recipes-bsp/grub/grub_git.bb  |    4 ----
>   3 files changed, 4 insertions(+), 8 deletions(-)
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-10  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02  8:55 [PATCH 0/1] grub-efi: add PACKAGECONFIG for grub-mount and device-mapper Robert Yang
2015-04-02  8:55 ` [PATCH 1/1] " Robert Yang
2015-04-10  1:42 ` [PATCH 0/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.