mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
machine/om-gta*.conf: Sync with OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4541 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
TARGET_ARCH = "arm"
|
TARGET_ARCH = "arm"
|
||||||
MACHINE_CLASS = "neo1973"
|
MACHINE_CLASS = "neo1973"
|
||||||
PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}"
|
PACKAGE_EXTRA_ARCHS = "armv4t fic-gta01 ${MACHINE_CLASS}"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko"
|
PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko"
|
||||||
UBOOT_ENTRYPOINT = "30008000"
|
UBOOT_ENTRYPOINT = "30008000"
|
||||||
@@ -37,6 +37,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
|
|||||||
ROOT_FLASH_SIZE = "60"
|
ROOT_FLASH_SIZE = "60"
|
||||||
|
|
||||||
# extra jffs2 tweaks
|
# extra jffs2 tweaks
|
||||||
|
IMAGE_FSTYPES ?= "jffs2"
|
||||||
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
|
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
|
||||||
|
|
||||||
# build / upload tools
|
# build / upload tools
|
||||||
@@ -44,3 +45,4 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
|
|||||||
|
|
||||||
# tune for S3C24x0
|
# tune for S3C24x0
|
||||||
include conf/machine/include/tune-arm920t.inc
|
include conf/machine/include/tune-arm920t.inc
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,10 @@
|
|||||||
|
|
||||||
TARGET_ARCH = "arm"
|
TARGET_ARCH = "arm"
|
||||||
MACHINE_CLASS = "neo1973"
|
MACHINE_CLASS = "neo1973"
|
||||||
PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}"
|
PACKAGE_EXTRA_ARCHS = "armv4t fic-gta02 ${MACHINE_CLASS}"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko"
|
PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko"
|
||||||
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo"
|
||||||
UBOOT_ENTRYPOINT = "30008000"
|
UBOOT_ENTRYPOINT = "30008000"
|
||||||
|
|
||||||
MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2"
|
MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2"
|
||||||
@@ -26,7 +27,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\
|
|||||||
kernel-module-gta01kbd \
|
kernel-module-gta01kbd \
|
||||||
kernel-module-s3cmci \
|
kernel-module-s3cmci \
|
||||||
kernel-module-snd-soc-neo1973-gta02-wm8753 \
|
kernel-module-snd-soc-neo1973-gta02-wm8753 \
|
||||||
kernel-module-snd-soc-smdk2440 \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttySAC2"
|
SERIAL_CONSOLE = "115200 ttySAC2"
|
||||||
@@ -35,6 +35,7 @@ SERIAL_CONSOLE = "115200 ttySAC2"
|
|||||||
ROOT_FLASH_SIZE = "256"
|
ROOT_FLASH_SIZE = "256"
|
||||||
|
|
||||||
# extra jffs2 tweaks
|
# extra jffs2 tweaks
|
||||||
|
IMAGE_FSTYPES ?= "jffs2"
|
||||||
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
|
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
|
||||||
--no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
|
--no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
|
||||||
--littleendian --pad \
|
--littleendian --pad \
|
||||||
@@ -46,6 +47,3 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
|
|||||||
|
|
||||||
# tune for S3C24x0
|
# tune for S3C24x0
|
||||||
include conf/machine/include/tune-arm920t.inc
|
include conf/machine/include/tune-arm920t.inc
|
||||||
|
|
||||||
# build YAFFS2
|
|
||||||
IMAGE_FSTYPES ?= "jffs2 yaffs2"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user