generic-poky/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
David Nyström 6eaf5b8525 packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot
Some postinstall scripts use the qemuwrapper script, so to be able to
offline install these packages outside of the bitbake environment, this script
needs to be exposed also in the SDK.

This to enable rootfs generation from a package repository using only a
package repository and the toolchain tarball.

See https://github.com/nysan/rootfs-sandbox for examples.

(From OE-Core rev: cc583b20a8d924f2c0c9754b71740449762d7391)

Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-28 12:34:11 +00:00

23 lines
625 B
BlitzBasic

SUMMARY = "Target packages for the standalone SDK"
PR = "r8"
LICENSE = "MIT"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_${PN} = "task-core-standalone-sdk-target"
RREPLACES_${PN} = "task-core-standalone-sdk-target"
RCONFLICTS_${PN} = "task-core-standalone-sdk-target"
RPROVIDES_${PN}-dbg = "task-core-standalone-sdk-target-dbg"
RREPLACES_${PN}-dbg = "task-core-standalone-sdk-target-dbg"
RCONFLICTS_${PN}-dbg = "task-core-standalone-sdk-target-dbg"
RDEPENDS_${PN} = "\
libgcc \
libgcc-dev \
libstdc++ \
libstdc++-dev \
${LIBC_DEPENDENCIES} \
qemuwrapper-cross \
"