add missing `pn-` prefix to INSANE_SKIP appends
Commit 9c3916da94 added INSANE_SKIP
"32bit-time" to certain recipes that use 32bit APIs on the ccmp1
SOMs, but forgot to include the `pn-` prefix to really apply to
those recipes.
While on it, add two additional ones on recipes used by NXP 32-bit
platforms.
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
c2632d1b00
commit
63e7031614
|
|
@ -106,7 +106,7 @@ SWUPDATE_MTD_BLACKLIST = "0 1 2 3 4 5"
|
||||||
ST_TOOLS_FOR_TARGET_SDK:remove = "kernel-headers"
|
ST_TOOLS_FOR_TARGET_SDK:remove = "kernel-headers"
|
||||||
|
|
||||||
# Skip warnings for packages using 32-bit APIs
|
# Skip warnings for packages using 32-bit APIs
|
||||||
INSANE_SKIP:append:alsa-lib = " 32bit-time"
|
INSANE_SKIP:append:pn-alsa-lib = " 32bit-time"
|
||||||
INSANE_SKIP:append:ir-keytable = " 32bit-time"
|
INSANE_SKIP:append:pn-ir-keytable = " 32bit-time"
|
||||||
INSANE_SKIP:append:kbd = " 32bit-time"
|
INSANE_SKIP:append:pn-kbd = " 32bit-time"
|
||||||
INSANE_SKIP:append:v4l-utils = " 32bit-time"
|
INSANE_SKIP:append:pn-v4l-utils = " 32bit-time"
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,5 @@ SRC_URI:append:ccimx6ul = " \
|
||||||
|
|
||||||
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
||||||
SRCREV = "ef9c1a080e739e6f0be878148d9f4a050dc83bec"
|
SRCREV = "ef9c1a080e739e6f0be878148d9f4a050dc83bec"
|
||||||
|
|
||||||
|
INSANE_SKIP:append:mx6-nxp-bsp = " 32bit-time"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2017,2018, Digi International Inc.
|
# Copyright (C) 2017-2025, Digi International Inc.
|
||||||
|
|
||||||
# Empirically detected binaries that are not needed for a given platform
|
# Empirically detected binaries that are not needed for a given platform
|
||||||
REDUNDANT_BINS ?= ""
|
REDUNDANT_BINS ?= ""
|
||||||
|
|
@ -29,3 +29,5 @@ do_install:append() {
|
||||||
rm -f ${D}/${i}
|
rm -f ${D}/${i}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
INSANE_SKIP:append:mx6-nxp-bsp = " 32bit-time"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue