Re: [OE-core] [PATCH] linux-dummy: catch up with image.bbclass changes

2013-12-03 Thread Philip Balister
I saw the same issue and this patch resolved the problem.

Tested-by: Philip Balister phi...@balister.org

On 12/02/2013 07:04 AM, Koen Kooi wrote:
 image.bbclass now depends on virtual/kernel:do_deploy, so add a task for that.
 
 This fixes errors like this:
 
   ERROR: Task do_build in 
 /build/linaro/build/meta-linaro/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
  depends upon non-existent task do_deploy in 
 /build/linaro/build/openembedded-core/meta/recipes-kernel/linux/linux-dummy.bb
 
 Signed-off-by: Koen Kooi koen.k...@linaro.org
 ---
  meta/recipes-kernel/linux/linux-dummy.bb | 6 ++
  1 file changed, 6 insertions(+)
 
 diff --git a/meta/recipes-kernel/linux/linux-dummy.bb 
 b/meta/recipes-kernel/linux/linux-dummy.bb
 index 8a211da..1c837c9 100644
 --- a/meta/recipes-kernel/linux/linux-dummy.bb
 +++ b/meta/recipes-kernel/linux/linux-dummy.bb
 @@ -31,6 +31,12 @@ do_install() {
  do_bundle_initramfs() {
  :
  }
 +
 +do_deploy() {
 + :
 +}
 +
  do_bundle_initramfs[nostamp] = 1
  addtask bundle_initramfs after do_compile
 +addtask deploy after do_install
  
 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] linux-dummy: catch up with image.bbclass changes

2013-12-02 Thread Koen Kooi
image.bbclass now depends on virtual/kernel:do_deploy, so add a task for that.

This fixes errors like this:

ERROR: Task do_build in 
/build/linaro/build/meta-linaro/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
 depends upon non-existent task do_deploy in 
/build/linaro/build/openembedded-core/meta/recipes-kernel/linux/linux-dummy.bb

Signed-off-by: Koen Kooi koen.k...@linaro.org
---
 meta/recipes-kernel/linux/linux-dummy.bb | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-kernel/linux/linux-dummy.bb 
b/meta/recipes-kernel/linux/linux-dummy.bb
index 8a211da..1c837c9 100644
--- a/meta/recipes-kernel/linux/linux-dummy.bb
+++ b/meta/recipes-kernel/linux/linux-dummy.bb
@@ -31,6 +31,12 @@ do_install() {
 do_bundle_initramfs() {
 :
 }
+
+do_deploy() {
+   :
+}
+
 do_bundle_initramfs[nostamp] = 1
 addtask bundle_initramfs after do_compile
+addtask deploy after do_install
 
-- 
1.8.4.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core