diff options
| author | Samuel Ortiz <sameo@openedhand.com> | 2007-09-19 15:43:30 +0000 |
|---|---|---|
| committer | Samuel Ortiz <sameo@openedhand.com> | 2007-09-19 15:43:30 +0000 |
| commit | 9c0ecf04c4cb950c1f7a0f916890d44379995227 (patch) | |
| tree | e4987c88eb71239d411da64553096f9a495b8db9 /meta/packages | |
| parent | 6e5b0d229bd05d59b662e037730ebe4d63deca2c (diff) | |
| download | poky-9c0ecf04c4cb950c1f7a0f916890d44379995227.tar.gz | |
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
Diffstat (limited to 'meta/packages')
| -rw-r--r-- | meta/packages/linux/linux-zylonite.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-zylonite.bb b/meta/packages/linux/linux-zylonite.bb new file mode 100644 index 0000000000..9d9dbcc136 --- /dev/null +++ b/meta/packages/linux/linux-zylonite.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SECTION = "kernel" | ||
| 2 | DESCRIPTION = "Dummy Zylonite Linux kernel" | ||
| 3 | LICENSE = "GPL" | ||
| 4 | |||
| 5 | PROVIDES += "virtual/kernel" | ||
| 6 | |||
| 7 | PACKAGES_DYNAMIC += "kernel-module-*" | ||
| 8 | PACKAGES_DYNAMIC += "kernel-image-*" | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "zylonite" | ||
| 11 | |||
| 12 | PR = "r0" | ||
| 13 | |||
| 14 | SRC_URI = "" | ||
| 15 | |||
| 16 | do_configure() { | ||
| 17 | : | ||
| 18 | } | ||
| 19 | |||
| 20 | do_compile () { | ||
| 21 | : | ||
| 22 | } | ||
| 23 | |||
| 24 | do_install() { | ||
| 25 | : | ||
| 26 | } | ||
| 27 | |||
| 28 | do_stage () { | ||
| 29 | : | ||
| 30 | } | ||
