mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +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:
+1602
File diff suppressed because it is too large
Load Diff
@@ -21,8 +21,9 @@ ALLOW_EMPTY = "1"
|
|||||||
|
|
||||||
EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}"
|
EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}"
|
||||||
COMPATIBLE_HOST = "(arm|i.86).*-linux"
|
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_qemux86 = "bzImage"
|
||||||
|
KERNEL_IMAGETYPE_bootcdx86 = "bzImage"
|
||||||
|
|
||||||
CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
|
CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
|
||||||
CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"
|
CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require linux-rp.inc
|
require linux-rp.inc
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
# Handy URLs
|
# Handy URLs
|
||||||
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
|
# 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-spitz \
|
||||||
file://defconfig-qemuarm \
|
file://defconfig-qemuarm \
|
||||||
file://defconfig-qemux86 \
|
file://defconfig-qemux86 \
|
||||||
|
file://defconfig-bootcdx86 \
|
||||||
file://defconfig-tosa "
|
file://defconfig-tosa "
|
||||||
|
|
||||||
# Add this to enable pm debug code (useful with a serial lead)
|
# Add this to enable pm debug code (useful with a serial lead)
|
||||||
|
|||||||
Reference in New Issue
Block a user