1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

zylonite: Initial poky support.

We now build poky images for Zylonite, excluding the kernel part.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2767 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2007-09-19 15:43:30 +00:00
parent 6e5b0d229b
commit 9c0ecf04c4
2 changed files with 54 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#@TYPE: Machine
#@NAME: Marvel PXA3xx Monahans Zylonite
#@DESCRIPTION: Machine configuration for the Zylonite Development board
require conf/machine/include/tune-xscale.inc
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te iwmmxt"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n -x lzo -p"
IMAGE_CMD_jffs2 = "mkdir -p ${DEPLOY_DIR_IMAGE}; \
mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
--output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}; "
IMAGE_FSTYPES ?= "tar.bz2 jffs2"
SERIAL_CONSOLE = "38400 ttyS0"
PREFERRED_PROVIDER_virtual/kernel = "linux-zylonite"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
XSERVER = "xserver-kdrive-fbdev"
MACHINE_FEATURES = "kernel26 apm usbgadget"
+30
View File
@@ -0,0 +1,30 @@
SECTION = "kernel"
DESCRIPTION = "Dummy Zylonite Linux kernel"
LICENSE = "GPL"
PROVIDES += "virtual/kernel"
PACKAGES_DYNAMIC += "kernel-module-*"
PACKAGES_DYNAMIC += "kernel-image-*"
COMPATIBLE_MACHINE = "zylonite"
PR = "r0"
SRC_URI = ""
do_configure() {
:
}
do_compile () {
:
}
do_install() {
:
}
do_stage () {
:
}