mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
Merged revisions 5310 via svnmerge from
https://svn.o-hand.com/repos/poky/trunk ........ r5310 | richard | 2008-09-29 17:15:07 +0100 (Mon, 29 Sep 2008) | 1 line omap-3430: Generate jffs2 images ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5312 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
dcf7185bab
commit
ac9664c930
|
@ -8,7 +8,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
|
|||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
IMAGE_FSTYPES ?= "tar.gz"
|
||||
IMAGE_FSTYPES ?= "tar.gz jffs2"
|
||||
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
|
||||
SERIAL_CONSOLE = "-L 115200 ttyS2"
|
||||
|
||||
require conf/machine/include/tune-cortexa8.inc
|
||||
|
|
|
@ -8,7 +8,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
|
|||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
IMAGE_FSTYPES ?= "tar.gz"
|
||||
IMAGE_FSTYPES ?= "tar.gz jffs2"
|
||||
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
|
||||
SERIAL_CONSOLE = "-L 115200 ttyS0"
|
||||
|
||||
require conf/machine/include/tune-cortexa8.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user