mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
conf/distro/poky: Rename poky-eabi to poky-default to make more sense
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -48,11 +48,11 @@ KERNEL_CONSOLE = "ttyS0"
|
||||
#DEBUG_BUILD = "1"
|
||||
#INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
||||
# Default to TARGETOS values for EABI
|
||||
# Default to TARGETOS values for EABI on arm
|
||||
GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
|
||||
UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
|
||||
|
||||
POKYMODE ?= "eabi"
|
||||
POKYMODE ?= "default"
|
||||
require conf/distro/include/poky-${POKYMODE}.inc
|
||||
|
||||
POKYLIBC ?= "glibc"
|
||||
|
||||
Reference in New Issue
Block a user