All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libpciaccess: Extend to native/nativesdk
@ 2018-09-07 13:13 Richard Purdie
  2018-09-07 13:13 ` [PATCH 2/2] core-image-tiny-initramfs: Avoid parsing failures Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2018-09-07 13:13 UTC (permalink / raw)
  To: openembedded-core

Avoids warnings from libdrm which has nativesdk/native variants and depends upon this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb
index a44a5c89279..d030c31bd0f 100644
--- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb
+++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb
@@ -16,3 +16,5 @@ LICENSE = "MIT & MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068"
 
 REQUIRED_DISTRO_FEATURES = ""
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1



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

* [PATCH 2/2] core-image-tiny-initramfs: Avoid parsing failures
  2018-09-07 13:13 [PATCH 1/2] libpciaccess: Extend to native/nativesdk Richard Purdie
@ 2018-09-07 13:13 ` Richard Purdie
  2018-09-07 14:00   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2018-09-07 13:13 UTC (permalink / raw)
  To: openembedded-core

This variable is otherwise unset leading to missing dependency warnings. Give
it the same default as used elsewhere in other recipes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb
index d7f97f3a170..4f11b4a90dd 100644
--- a/meta/recipes-core/images/core-image-tiny-initramfs.bb
+++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb
@@ -5,6 +5,8 @@ first 'init' program more efficiently. core-image-tiny-initramfs doesn't \
 actually generate an image but rather generates boot and rootfs artifacts \
 that can subsequently be picked up by external image generation tools such as wic."
 
+VIRTUAL-RUNTIME_dev_manager ?= "udev"
+
 PACKAGE_INSTALL = "initramfs-live-boot-tiny packagegroup-core-boot dropbear ${VIRTUAL-RUNTIME_base-utils} ${VIRTUAL-RUNTIME_dev_manager} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
 
 # Do not pollute the initrd image with rootfs features
-- 
2.17.1



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

* Re: [PATCH 2/2] core-image-tiny-initramfs: Avoid parsing failures
  2018-09-07 13:13 ` [PATCH 2/2] core-image-tiny-initramfs: Avoid parsing failures Richard Purdie
@ 2018-09-07 14:00   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2018-09-07 14:00 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

On Fri, Sep 7, 2018 at 6:14 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> This variable is otherwise unset leading to missing dependency warnings. Give
> it the same default as used elsewhere in other recipes.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb
> index d7f97f3a170..4f11b4a90dd 100644
> --- a/meta/recipes-core/images/core-image-tiny-initramfs.bb
> +++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb
> @@ -5,6 +5,8 @@ first 'init' program more efficiently. core-image-tiny-initramfs doesn't \
>  actually generate an image but rather generates boot and rootfs artifacts \
>  that can subsequently be picked up by external image generation tools such as wic."
>
> +VIRTUAL-RUNTIME_dev_manager ?= "udev"
> +

tiny image should prefer busybox-mdev I think

>  PACKAGE_INSTALL = "initramfs-live-boot-tiny packagegroup-core-boot dropbear ${VIRTUAL-RUNTIME_base-utils} ${VIRTUAL-RUNTIME_dev_manager} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
>
>  # Do not pollute the initrd image with rootfs features
> --
> 2.17.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:[~2018-09-07 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07 13:13 [PATCH 1/2] libpciaccess: Extend to native/nativesdk Richard Purdie
2018-09-07 13:13 ` [PATCH 2/2] core-image-tiny-initramfs: Avoid parsing failures Richard Purdie
2018-09-07 14:00   ` Khem Raj

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.