diff options
Diffstat (limited to 'recipes/linux/collie-kernels-2.4-embedix.bb')
-rw-r--r-- | recipes/linux/collie-kernels-2.4-embedix.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/collie-kernels-2.4-embedix.bb b/recipes/linux/collie-kernels-2.4-embedix.bb new file mode 100644 index 0000000000..b7dfa377f2 --- /dev/null +++ b/recipes/linux/collie-kernels-2.4-embedix.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Build all collie kernels in one go" +SECTION = "kernel" +LICENSE = "GPL" +PROVIDES = "virtual/kernel" +PR = "r2" + +COMPATIBLE_HOST = "arm.*-linux" +COMPATIBLE_MACHINE = "collie" + +DEPENDS = '${@base_conditional("DISTRO_TYPE", "debug", "openzaurus-sa", "collie-kernel-64-0 collie-kernel-24-8 collie-kernel-32-0 collie-kernel-32-32 collie-kernel-40-24 collie-kernel-48-16 collie-kernel-58-6",d)}' +PACKAGES = "" +EXCLUDE_FROM_WORLD = "1" + |