mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion
* re-run the latest version of the script which converts CONVERSION_CMD as well since https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d9e81d66db2bc2aa56d177cef78c814c29679a4a * skip many incorrect s/_linux/:linux/g changes which were introduced by: https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=9ea1041f8eab26ee871a9176e9691e5d3e6745bd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
af81aad996
commit
2871edc40c
|
@ -4,7 +4,7 @@ DEPENDS =+ "klcc-cross"
|
|||
# Default for klcc is to build static binaries.
|
||||
# Set CC = "${TARGET_PREFIX}klcc -shared" to build the dynamic version.
|
||||
CC:forcevariable = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS}"
|
||||
CC:forcevariable:armv4_linux-gnueabi = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS} -march=armv4 -mthumb-interwork"
|
||||
CC:forcevariable:armv4:linux-gnueabi = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS} -march=armv4 -mthumb-interwork"
|
||||
CC:append:armv7ve = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
|
||||
CC:append:armv7a = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
inherit image_types
|
||||
|
||||
CONVERSIONTYPES += "sparse"
|
||||
CONVERSION_CMD_sparse() {
|
||||
CONVERSION_CMD:sparse() {
|
||||
in="${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}"
|
||||
out="${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}.sparse"
|
||||
case "${type}" in
|
||||
|
|
|
@ -205,7 +205,7 @@ RDEPENDS:packagegroup-meta-oe-crypto ="\
|
|||
libsodium \
|
||||
pkcs11-helper \
|
||||
"
|
||||
RDEPENDS_packagegroup-meta-oe-crypto:remove:riscv32 = "botan"
|
||||
RDEPENDS:packagegroup-meta-oe-crypto:remove:riscv32 = "botan"
|
||||
|
||||
RDEPENDS:packagegroup-meta-oe-dbs ="\
|
||||
influxdb \
|
||||
|
@ -948,12 +948,12 @@ RDEPENDS:packagegroup-meta-oe-test ="\
|
|||
pm-qa \
|
||||
testfloat \
|
||||
"
|
||||
RDEPENDS_packagegroup-meta-oe-test:remove:libc-musl = "pm-qa"
|
||||
RDEPENDS_packagegroup-meta-oe-test:remove:arm = "fwts"
|
||||
RDEPENDS_packagegroup-meta-oe-test:remove:mipsarch = "fwts"
|
||||
RDEPENDS_packagegroup-meta-oe-test:remove:powerpc = "fwts"
|
||||
RDEPENDS_packagegroup-meta-oe-test:remove:riscv64 = "fwts"
|
||||
RDEPENDS_packagegroup-meta-oe-test:remove:riscv32 = "fwts"
|
||||
RDEPENDS:packagegroup-meta-oe-test:remove:libc-musl = "pm-qa"
|
||||
RDEPENDS:packagegroup-meta-oe-test:remove:arm = "fwts"
|
||||
RDEPENDS:packagegroup-meta-oe-test:remove:mipsarch = "fwts"
|
||||
RDEPENDS:packagegroup-meta-oe-test:remove:powerpc = "fwts"
|
||||
RDEPENDS:packagegroup-meta-oe-test:remove:riscv64 = "fwts"
|
||||
RDEPENDS:packagegroup-meta-oe-test:remove:riscv32 = "fwts"
|
||||
|
||||
RDEPENDS:packagegroup-meta-oe-ptest-packages = "\
|
||||
zeromq-ptest \
|
||||
|
|
Loading…
Reference in New Issue
Block a user