summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-06-21 12:57:28 -0500
committerPatrick Williams <patrick@stwcx.xyz>2016-06-24 15:22:18 -0500
commite30f60467556d63af8d7132579b3830bab0b6944 (patch)
treebd1c9cdd59791b2543ebc12c7e9bbd4acf6a739e
parent42e164276a977646a5cb86ebb37774479a82bea2 (diff)
downloadtalos-openbmc-e30f60467556d63af8d7132579b3830bab0b6944.tar.gz
talos-openbmc-e30f60467556d63af8d7132579b3830bab0b6944.zip
btbridged: Change how kernel-source depend is specified
As of Yocto commit 46cdaf1 we are suppose to use: do_configure[depends] += "virtual/kernel:do_shared_workdir" Instead of: DEPENDS += "virtual/kernel" Without this, the kernel source is not unpacked if you compile with the sstate cache and so btbridged fails to find the bt-host header. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r--meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb
index a1a32d953..f3a700340 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb
@@ -15,4 +15,4 @@ SRCREV="39b3700766d851009258544aa0f75365f024c597"
# This is how linux-libc-headers says to include custom uapi headers
EXTRA_OEMAKE_append = "CFLAGS=-I${STAGING_KERNEL_DIR}/include/uapi"
-DEPENDS += "virtual/kernel"
+do_configure[depends] += "virtual/kernel:do_shared_workdir"
OpenPOWER on IntegriCloud