mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Disable packaged-staging for cross-linkage/staging-linkage and external-poky-toolchain
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -48,6 +48,9 @@ python () {
|
|||||||
if bb.data.inherits_class('image', d):
|
if bb.data.inherits_class('image', d):
|
||||||
pstage_allowed = False
|
pstage_allowed = False
|
||||||
|
|
||||||
|
if bb.data.getVar('PSTAGING_DISABLED', d, True) == "1":
|
||||||
|
pstage_allowed = False
|
||||||
|
|
||||||
# Add task dependencies if we're active, otherwise mark packaged staging
|
# Add task dependencies if we're active, otherwise mark packaged staging
|
||||||
# as inactive.
|
# as inactive.
|
||||||
if pstage_allowed:
|
if pstage_allowed:
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ do_compile () {
|
|||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PSTAGING_DISABLED = "1"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${CROSS_DIR}/${TARGET_SYS}/
|
install -d ${CROSS_DIR}/${TARGET_SYS}/
|
||||||
if [ -e ${CROSS_DIR}/${TARGET_SYS}/include ]; then
|
if [ -e ${CROSS_DIR}/${TARGET_SYS}/include ]; then
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ PACKAGES_DYNAMIC = "glibc-gconv-*"
|
|||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
|
PSTAGING_DISABLED = "1"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
if [ ! -e ${prefix}/environment-setup ]; then
|
if [ ! -e ${prefix}/environment-setup ]; then
|
||||||
echo "The Poky toolchain could not be found in ${prefix}!"
|
echo "The Poky toolchain could not be found in ${prefix}!"
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ do_compile () {
|
|||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PSTAGING_DISABLED = "1"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
if [ -e ${STAGING_DIR_HOST}${base_libdir} ]; then
|
if [ -e ${STAGING_DIR_HOST}${base_libdir} ]; then
|
||||||
cp -pPRr ${STAGING_DIR_HOST}${base_libdir}/* ${STAGING_LIBDIR}
|
cp -pPRr ${STAGING_DIR_HOST}${base_libdir}/* ${STAGING_LIBDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user