All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] systemd: update efi PACKAGECONFIG to depend on coreutils-native
@ 2019-03-07  2:19 Chen Qi
  2019-03-07  2:19 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2019-03-07  2:19 UTC (permalink / raw)
  To: openembedded-core

*** BLURB HERE ***
The following changes since commit 525c5e516323ff584f65bed3320626b1d056260d:

  README.poky: Add pointers to key contributions wiki guides (2019-03-06 23:12:27 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/efi-realpath
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/efi-realpath

Chen Qi (1):
  systemd: update efi PACKAGECONFIG to depend on coreutils-native

 meta/recipes-core/systemd/systemd_241.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



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

* [PATCH 1/1] systemd: update efi PACKAGECONFIG to depend on coreutils-native
  2019-03-07  2:19 [PATCH 0/1] systemd: update efi PACKAGECONFIG to depend on coreutils-native Chen Qi
@ 2019-03-07  2:19 ` Chen Qi
  2019-03-07  9:10   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2019-03-07  2:19 UTC (permalink / raw)
  To: openembedded-core

For now, if 'efi' is enabled, we get the following error:

  | src/boot/efi/meson.build:63:24: ERROR:  Program or command 'realpath' not found or not executable

So update the PACKAGECONFIG setting to depend on coreutils-native.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-core/systemd/systemd_241.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
index 44a132a..7478fdd 100644
--- a/meta/recipes-core/systemd/systemd_241.bb
+++ b/meta/recipes-core/systemd/systemd_241.bb
@@ -119,7 +119,7 @@ PACKAGECONFIG[bzip2] = "-Dbzip2=true,-Dbzip2=false,bzip2"
 PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false"
 PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup"
 PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus"
-PACKAGECONFIG[efi] = "-Defi=true,-Defi=false"
+PACKAGECONFIG[efi] = "-Defi=true,-Defi=false,coreutils-native"
 PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils"
 PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
 # Sign the journal for anti-tampering
-- 
1.9.1



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

* Re: [PATCH 1/1] systemd: update efi PACKAGECONFIG to depend on coreutils-native
  2019-03-07  2:19 ` [PATCH 1/1] " Chen Qi
@ 2019-03-07  9:10   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2019-03-07  9:10 UTC (permalink / raw)
  To: Chen Qi; +Cc: OE-core

That's quite a hammer, I prefer adding realpath to HOSTTOOLS.

(patch sent)

Ross

On Thu, 7 Mar 2019 at 02:10, Chen Qi <Qi.Chen@windriver.com> wrote:
>
> For now, if 'efi' is enabled, we get the following error:
>
>   | src/boot/efi/meson.build:63:24: ERROR:  Program or command 'realpath' not found or not executable
>
> So update the PACKAGECONFIG setting to depend on coreutils-native.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  meta/recipes-core/systemd/systemd_241.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
> index 44a132a..7478fdd 100644
> --- a/meta/recipes-core/systemd/systemd_241.bb
> +++ b/meta/recipes-core/systemd/systemd_241.bb
> @@ -119,7 +119,7 @@ PACKAGECONFIG[bzip2] = "-Dbzip2=true,-Dbzip2=false,bzip2"
>  PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false"
>  PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup"
>  PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus"
> -PACKAGECONFIG[efi] = "-Defi=true,-Defi=false"
> +PACKAGECONFIG[efi] = "-Defi=true,-Defi=false,coreutils-native"
>  PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils"
>  PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
>  # Sign the journal for anti-tampering
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2019-03-07  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07  2:19 [PATCH 0/1] systemd: update efi PACKAGECONFIG to depend on coreutils-native Chen Qi
2019-03-07  2:19 ` [PATCH 1/1] " Chen Qi
2019-03-07  9:10   ` Burton, Ross

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.