All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] kernel.bbclass: do_deploy requires depmodwrapper
@ 2017-02-16  8:18 Robert Yang
  2017-02-16  8:18 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2017-02-16  8:18 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 9f225ef5620f2e47e762b2fd16fa5f8d6f1f60fd:

  wic: direct: move creation of PartitionedImage to __init__ (2017-02-15 20:06:35 -0800)

are available in the git repository at:

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

Robert Yang (1):
  kernel.bbclass: do_deploy requires depmodwrapper

 meta/classes/kernel.bbclass | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.10.2



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

* [PATCH 1/1] kernel.bbclass: do_deploy requires depmodwrapper
  2017-02-16  8:18 [PATCH 0/1] kernel.bbclass: do_deploy requires depmodwrapper Robert Yang
@ 2017-02-16  8:18 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2017-02-16  8:18 UTC (permalink / raw)
  To: openembedded-core

Fixed:
run.do_deploy.27809: line 155: depmodwrapper: command not found

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

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 97cba92..ae8eaed 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -4,6 +4,8 @@ PROVIDES += "virtual/kernel"
 DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native bc-native lzop-native"
 PACKAGE_WRITE_DEPS += "depmodwrapper-cross virtual/update-alternatives-native"
 
+do_deploy[depends] += "depmodwrapper-cross:do_populate_sysroot"
+
 S = "${STAGING_KERNEL_DIR}"
 B = "${WORKDIR}/build"
 KBUILD_OUTPUT = "${B}"
-- 
2.10.2



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

end of thread, other threads:[~2017-02-16  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16  8:18 [PATCH 0/1] kernel.bbclass: do_deploy requires depmodwrapper Robert Yang
2017-02-16  8:18 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.