All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task
@ 2014-07-24 21:27 Andrea Adami
  2014-07-24 21:27 ` [meta-initramfs][PATCH] klibc-utils: add explicit dependency on klibc for the shared utils Andrea Adami
  2014-07-28 11:15 ` [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task Paul Eggleton
  0 siblings, 2 replies; 3+ messages in thread
From: Andrea Adami @ 2014-07-24 21:27 UTC (permalink / raw)
  To: openembedded-devel

The task was added with commit d31f75a72cb2322f753d945da86d5f3287eef06b
"insane: Split do_package_qa into a separate task (from do_package)"
and we avoid it because the recipe does not create packages.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb
index 8c7f717..a823e0f 100644
--- a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb
+++ b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb
@@ -13,6 +13,7 @@ INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_rootfs"
 # disable unneeded tasks
 do_install[noexec] = "1"
 do_package[noexec] = "1"
+do_package_qa[noexec] = "1"
 do_packagedata[noexec] = "1"
 do_package_deb[noexec] = "1"
 do_package_ipk[noexec] = "1"
-- 
1.9.1



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

* [meta-initramfs][PATCH] klibc-utils: add explicit dependency on klibc for the shared utils
  2014-07-24 21:27 [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task Andrea Adami
@ 2014-07-24 21:27 ` Andrea Adami
  2014-07-28 11:15 ` [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Andrea Adami @ 2014-07-24 21:27 UTC (permalink / raw)
  To: openembedded-devel

The two recipes for klibc-utils (static and shared) have been split-off
from a single original recipe for more granular packaging and share the
same SRC_URI set in the .inc file so there is an implicit dependency.
Make it explicit for the utils needing the shared klibc lib at runtime.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
index fc53bec..06e71cb 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
+++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
@@ -10,3 +10,5 @@ KLIBC_UTILS_PKGNAME = "klibc-utils"
 
 require klibc-utils.inc
 require klibc.inc
+
+DEPENDS = "klibc"
-- 
1.9.1



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

* Re: [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task
  2014-07-24 21:27 [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task Andrea Adami
  2014-07-24 21:27 ` [meta-initramfs][PATCH] klibc-utils: add explicit dependency on klibc for the shared utils Andrea Adami
@ 2014-07-28 11:15 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2014-07-28 11:15 UTC (permalink / raw)
  To: openembedded-devel

On Thursday 24 July 2014 23:27:36 Andrea Adami wrote:
> The task was added with commit d31f75a72cb2322f753d945da86d5f3287eef06b
> "insane: Split do_package_qa into a separate task (from do_package)"
> and we avoid it because the recipe does not create packages.
> 
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>

Merged these two, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2014-07-28 11:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24 21:27 [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task Andrea Adami
2014-07-24 21:27 ` [meta-initramfs][PATCH] klibc-utils: add explicit dependency on klibc for the shared utils Andrea Adami
2014-07-28 11:15 ` [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task Paul Eggleton

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.