mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 03:54:49 +00:00
conf/machine/mx31*: Add armv6 to PACKAGE_EXTRA_ARCHS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4274 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
05d6ea53aa
commit
46a5cd5bc8
@ -2,7 +2,7 @@
|
||||
#@NAME: Freescale imx31 ADS Board
|
||||
#@DESCRIPTION: Machine configuration for the imx31 based Freescale ADS Board
|
||||
TARGET_ARCH = "arm"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-mx31"
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#@NAME: imx31 Lite Kit
|
||||
#@DESCRIPTION: Machine configuration for the imx31 based Lite Kit
|
||||
TARGET_ARCH = "arm"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-mx31"
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#@NAME: Phytec phyCORE-iMX31 Board
|
||||
#@DESCRIPTION: Machine configuration for the imx31 based Phytec phyCORE-iMX31
|
||||
TARGET_ARCH = "arm"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-mx31"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user