aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-05-09 02:29:58 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-05-09 02:30:59 -0700
commit812e9ff48cb08a0513ae6e9a8499654f0a217ddc (patch)
tree03739c9e92f251415e1604ba1df57944cb83ac2c
parentece101be5158beee709cdfbb85ecdbdc8d9fb864 (diff)
downloadopenembedded-core-contrib-rbt/dummy.tar.gz
linux-dummy: set INHIBIT_DEFAULT_DEPSrbt/dummy
It doesn't need them. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-kernel/linux/linux-dummy.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index cc0e4e64a9..994ac7459f 100644
--- a/meta/recipes-kernel/linux/linux-dummy.bb
+++ b/meta/recipes-kernel/linux/linux-dummy.bb
@@ -18,6 +18,8 @@ FILES_kernel-modules = ""
ALLOW_EMPTY_kernel-modules = "1"
DESCRIPTION_kernel-modules = "Kernel modules meta package"
+INHIBIT_DEFAULT_DEPS = "1"
+
#COMPATIBLE_MACHINE = "your_machine"
PR = "r1"