Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-dummy: set INHIBIT_DEFAULT_DEPS
@ 2016-05-09  9:32 Robert Yang
  2016-05-09  9:32 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-05-09  9:32 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit ece101be5158beee709cdfbb85ecdbdc8d9fb864:

  test-empty-image: Fix LIC_FILES_CHKSUM typo (2016-05-06 10:47:59 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/dummy
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/dummy

Robert Yang (1):
  linux-dummy: set INHIBIT_DEFAULT_DEPS

 meta/recipes-kernel/linux/linux-dummy.bb | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.8.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] linux-dummy: set INHIBIT_DEFAULT_DEPS
  2016-05-09  9:32 [PATCH 0/1] linux-dummy: set INHIBIT_DEFAULT_DEPS Robert Yang
@ 2016-05-09  9:32 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-05-09  9:32 UTC (permalink / raw)
  To: openembedded-core

It doesn't need them.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-kernel/linux/linux-dummy.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index cc0e4e6..994ac74 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"
-- 
2.8.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-09  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09  9:32 [PATCH 0/1] linux-dummy: set INHIBIT_DEFAULT_DEPS Robert Yang
2016-05-09  9:32 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox