mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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:
30
meta/packages/linux/linux-dummy.bb
Normal file
30
meta/packages/linux/linux-dummy.bb
Normal 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 () {
|
||||
:
|
||||
}
|
||||
Reference in New Issue
Block a user