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

File diff suppressed because it is too large Load Diff

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"

View File

@@ -1,6 +1,6 @@
require linux-rp.inc
PR = "r2"
PR = "r3"
# Handy URLs
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
@@ -58,6 +58,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
file://defconfig-spitz \
file://defconfig-qemuarm \
file://defconfig-qemux86 \
file://defconfig-bootcdx86 \
file://defconfig-tosa "
# Add this to enable pm debug code (useful with a serial lead)