mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
bitbake.conf: In SPECIAL_PKGSUFFIX -cross-sdk must come before -cross and -sdk or it doesn't work as expected
This commit is contained in:
@@ -147,7 +147,7 @@ P = "${PN}-${PV}"
|
|||||||
# Base package name
|
# Base package name
|
||||||
# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"
|
# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"
|
||||||
# otherwise it is the same as PN and P
|
# otherwise it is the same as PN and P
|
||||||
SPECIAL_PKGSUFFIX = "-native -cross -sdk -cross-sdk -initial -intermediate"
|
SPECIAL_PKGSUFFIX = "-native -cross-sdk -cross -sdk -initial -intermediate"
|
||||||
BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}"
|
BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}"
|
||||||
BP = "${BPN}-${PV}"
|
BP = "${BPN}-${PV}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user