[OE-core] [PATCH 1/1] task-core-boot.bb: Add PACKAGE definition to facilitate multilib

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 5 16:28:33 UTC 2011


On Fri, 2011-08-05 at 13:48 +0800, Dongxiao Xu wrote:
> If there is no PACKAGES defined in bb file, its default definition would
> be "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale".
> In multilib case, ${PN} is extended with ${MLPREFIX}, so there is no
> rename occurred for the PACKAGES. Therefore for task-core-boot,
> RDEPENDS_lib32-task-core-boot will be empty, resulting busybox,
> tinylogin, etc. are not bulit out.
> 
> This fixed the issue that /bin/sh is not provided while do_rootfs.
> 
> Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
> ---
>  meta/recipes-core/tasks/task-core-boot.bb |    8 +++++++-
>  1 files changed, 7 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list