Skip to content

Commit 82d0508

Browse files
OldManYellsAtCloudkraj
authored andcommitted
libvpx: don't specify armv5 and armv6 toolchains explicitly
The libvpx project has removed the support for these values, and the recipe can't be built anymore for these arch's when these values are used. The correct value for these arch's is `generic-gnu`, which is used as a default fallthrough value for all platforms in the recipe for arch's that are not specified explicitly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 5e1ddd1 commit 82d0508

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ BUILD_LDFLAGS += "-pthread"
2424
export CC
2525
export LD = "${CC}"
2626

27-
VPXTARGET:armv5te = "armv5te-linux-gcc"
28-
VPXTARGET:armv6 = "armv6-linux-gcc"
2927
VPXTARGET:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon","armv7-linux-gcc","generic-gnu",d)}"
3028
VPXTARGET ?= "generic-gnu"
3129

0 commit comments

Comments
 (0)