generic-poky/meta/packages/linux/linux-dummy.bb
Samuel Ortiz 86fa4f7c19 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
2007-09-25 10:37:47 +00:00

31 lines
346 B
BlitzBasic

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