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

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 () {
:
}