mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
poky.conf: Set TARGET_VENDOR to -poky. This will require a rebuild of tmp directories but will identify toolchains as coming from poky etc.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@980 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -13,7 +13,7 @@ PACKAGE_CLASSES ?= "package_ipk"
|
||||
INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell "
|
||||
# For some reason, this doesn't work
|
||||
# TARGET_OS ?= "linux"
|
||||
# TARGET_VENDOR = "-poky"
|
||||
TARGET_VENDOR = "-poky"
|
||||
TARGET_OS = "linux"
|
||||
TARGET_FPU_arm ?= "soft"
|
||||
TARGET_FPU_armeb ?= "soft"
|
||||
|
||||
Reference in New Issue
Block a user