linux-zylonite: Removed as zylonite is using -rp kernels.

We keep the bb file as it could be useful for future machines, but we 
must rename it.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2783 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2007-09-25 10:37:47 +00:00
parent 6c85a2a0dc
commit 86fa4f7c19

View File

@@ -0,0 +1,30 @@
SECTION = "kernel"
DESCRIPTION = "Dummy Linux kernel"
LICENSE = "GPL"
PROVIDES += "virtual/kernel"
PACKAGES_DYNAMIC += "kernel-module-*"
PACKAGES_DYNAMIC += "kernel-image-*"
#COMPATIBLE_MACHINE = "your_machine"
PR = "r0"
SRC_URI = ""
do_configure() {
:
}
do_compile () {
:
}
do_install() {
:
}
do_stage () {
:
}