All of lore.kernel.org
 help / color / mirror / Atom feed
* Denys Dmytriyenko : ti-ipc: explicitly depend on virtual/kernel: do_shared_workdir
@ 2017-03-01 20:23 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2017-03-01 20:23 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: morty-next
Commit: 2c8294a83bc79a988b91f09e0b5243c761463574
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=2c8294a83bc79a988b91f09e0b5243c761463574

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Wed Mar  1 05:55:01 2017 +0000

ti-ipc: explicitly depend on virtual/kernel:do_shared_workdir

ipc code looks for kernel's generated version.h file:
  #include linux_version_include(KERNEL_BUILD_DIR)

which now ends up in the following shared workdir:
  work-shared/<mach>/kernel-build-artifacts/include/generated/uapi/linux/version.h

It appears if kernel is provided by sstate, shared workdir is not
getting populated, so depend on the task explicitly.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-ti/ipc/ti-ipc_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index 6ccd2c4..5878b63 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -27,6 +27,8 @@ INITSCRIPT_PARAMS = "defaults 10"
 
 EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}"
 
+do_compile[depends] += "virtual/kernel:do_shared_workdir"
+
 do_configure() {
     ( cd ${S}; autoreconf -f -i -s )
     oe_runconf



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

* Denys Dmytriyenko : ti-ipc: explicitly depend on virtual/kernel: do_shared_workdir
@ 2017-03-01  0:13 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2017-03-01  0:13 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: morty
Commit: 2c8294a83bc79a988b91f09e0b5243c761463574
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=2c8294a83bc79a988b91f09e0b5243c761463574

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Wed Mar  1 05:55:01 2017 +0000

ti-ipc: explicitly depend on virtual/kernel:do_shared_workdir

ipc code looks for kernel's generated version.h file:
  #include linux_version_include(KERNEL_BUILD_DIR)

which now ends up in the following shared workdir:
  work-shared/<mach>/kernel-build-artifacts/include/generated/uapi/linux/version.h

It appears if kernel is provided by sstate, shared workdir is not
getting populated, so depend on the task explicitly.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-ti/ipc/ti-ipc_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index 6ccd2c4..5878b63 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -27,6 +27,8 @@ INITSCRIPT_PARAMS = "defaults 10"
 
 EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}"
 
+do_compile[depends] += "virtual/kernel:do_shared_workdir"
+
 do_configure() {
     ( cd ${S}; autoreconf -f -i -s )
     oe_runconf



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

* Denys Dmytriyenko : ti-ipc: explicitly depend on virtual/kernel: do_shared_workdir
@ 2017-03-01  0:13 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2017-03-01  0:13 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: c436524b0c099c65ff16b4275407659924b67fa8
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=c436524b0c099c65ff16b4275407659924b67fa8

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Wed Mar  1 05:55:01 2017 +0000

ti-ipc: explicitly depend on virtual/kernel:do_shared_workdir

ipc code looks for kernel's generated version.h file:
  #include linux_version_include(KERNEL_BUILD_DIR)

which now ends up in the following shared workdir:
  work-shared/<mach>/kernel-build-artifacts/include/generated/uapi/linux/version.h

It appears if kernel is provided by sstate, shared workdir is not
getting populated, so depend on the task explicitly.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-ti/ipc/ti-ipc_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index 6ccd2c4..5878b63 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -27,6 +27,8 @@ INITSCRIPT_PARAMS = "defaults 10"
 
 EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}"
 
+do_compile[depends] += "virtual/kernel:do_shared_workdir"
+
 do_configure() {
     ( cd ${S}; autoreconf -f -i -s )
     oe_runconf



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

end of thread, other threads:[~2017-03-01 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-01 20:23 Denys Dmytriyenko : ti-ipc: explicitly depend on virtual/kernel: do_shared_workdir Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2017-03-01  0:13 Arago Project git
2017-03-01  0:13 Arago Project git

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.