linux-rp: added qemuarmv6/7 machines support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4925 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-22 11:25:54 +00:00
parent 84d538074f
commit 44abf32a27
4 changed files with 2889 additions and 7 deletions

View File

@@ -4,6 +4,8 @@ PR = "r7"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_qemuarm = "1"
DEFAULT_PREFERENCE_qemuarmv6 = "1"
DEFAULT_PREFERENCE_qemuarmv7 = "1"
DEFAULT_PREFERENCE_qemux86 = "1"
DEFAULT_PREFERENCE_spitz = "1"
DEFAULT_PREFERENCE_c7x0 = "1"
@@ -59,6 +61,8 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \
file://defconfig-akita \
file://defconfig-spitz \
file://defconfig-qemuarm \
file://defconfig-qemuarmv6 \
file://defconfig-qemuarmv7 \
file://defconfig-qemux86 \
file://defconfig-bootcdx86 \
file://defconfig-htcuniversal \