diff options
Diffstat (limited to 'recipes/linux/c7x0-kernels-2.4-embedix.bb')
-rw-r--r-- | recipes/linux/c7x0-kernels-2.4-embedix.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/linux/c7x0-kernels-2.4-embedix.bb b/recipes/linux/c7x0-kernels-2.4-embedix.bb new file mode 100644 index 0000000000..44c9ad2036 --- /dev/null +++ b/recipes/linux/c7x0-kernels-2.4-embedix.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Build all c7x0 kernels in one go" +SECTION = "kernel" +LICENSE = "GPL" +PROVIDES = "virtual/kernel" +PR = "r1" + +COMPATIBLE_HOST = "arm.*-linux" +COMPATIBLE_MACHINE = '(corgi|husky|shepherd)' + +DEPENDS = "corgi-kernel-2.4-embedix shepherd-kernel-2.4-embedix husky-kernel-2.4-embedix" + +PACKAGES = "" +EXCLUDE_FROM_WORLD = "1" + |