mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
mx31litekit.conf: Tune for armv5te for now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2845 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
5
meta/conf/machine/include/tune-armv5te.inc
Normal file
5
meta/conf/machine/include/tune-armv5te.inc
Normal file
@@ -0,0 +1,5 @@
|
||||
FEED_ARCH = "armv5te"
|
||||
|
||||
TARGET_CC_ARCH = "-march=armv5te"
|
||||
TARGET_CC_KERNEL_ARCH = "-march=armv5te"
|
||||
PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"
|
||||
@@ -10,3 +10,5 @@ MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
|
||||
|
||||
IMAGE_FSTYPES ?= "tar.gz"
|
||||
SERIAL_CONSOLE = "-L 115200 ttymxc0"
|
||||
|
||||
require conf/machine/include/armv5te.inc
|
||||
Reference in New Issue
Block a user