mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
linux-openzaurus: Add qemux86 support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@629 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
1541
meta/packages/linux/linux-openzaurus-2.6.17/defconfig-qemux86
vendored
Normal file
1541
meta/packages/linux/linux-openzaurus-2.6.17/defconfig-qemux86
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -22,8 +22,9 @@ FILES_kernel-image = ""
|
||||
ALLOW_EMPTY = 1
|
||||
|
||||
EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}"
|
||||
COMPATIBLE_HOST = "arm.*-linux"
|
||||
COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipaq-pxa270|qemuarm)'
|
||||
COMPATIBLE_HOST = "(arm|i.86).*-linux"
|
||||
COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipaq-pxa270|qemuarm|qemux86)'
|
||||
KERNEL_IMAGETYPE_qemux86 = "bzImage"
|
||||
|
||||
CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
|
||||
CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"
|
||||
|
||||
@@ -67,6 +67,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
|
||||
file://defconfig-akita \
|
||||
file://defconfig-spitz \
|
||||
file://defconfig-qemuarm \
|
||||
file://defconfig-qemux86 \
|
||||
file://defconfig-tosa "
|
||||
|
||||
# Add this to enable pm debug code (useful with a serial lead)
|
||||
|
||||
Reference in New Issue
Block a user