1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

linux-rp: added bootcdx86 support

- ATA support disabled
- USB support enabled (needed for mice/keyboard)
- lot of network drivers enabled
- ramdisk set to 64M

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1910 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-06-11 10:33:55 +00:00
parent 4f8a093a8a
commit a8aaedc686
3 changed files with 1606 additions and 2 deletions
+2 -1
View File
@@ -21,8 +21,9 @@ ALLOW_EMPTY = "1"
EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}"
COMPATIBLE_HOST = "(arm|i.86).*-linux"
COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipaq-pxa270|qemuarm|qemux86)'
COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipaq-pxa270|qemuarm|qemux86|bootcdx86)'
KERNEL_IMAGETYPE_qemux86 = "bzImage"
KERNEL_IMAGETYPE_bootcdx86 = "bzImage"
CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"