From 140921a0c705545707953d0655207ff508fd79d7 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 31 Mar 2015 15:30:11 +1000 Subject: device-tree.bb: Set S directory as WORKDIR * This sorts out the S directory doesn't exist warning/check which occurs due to the recipe not having a primary source which is unpacked Signed-off-by: Nathan Rossi --- recipes-bsp/device-tree/device-tree.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device-tree.bb index 7159f529..aea5200c 100644 --- a/recipes-bsp/device-tree/device-tree.bb +++ b/recipes-bsp/device-tree/device-tree.bb @@ -13,6 +13,8 @@ DEPENDS += "dtc-native" FILES_${PN} = "/boot/devicetree*" DEVICETREE_FLAGS ?= "-R 8 -p 0x3000" +S = "${WORKDIR}" + do_compile() { if test -n "${MACHINE_DEVICETREE}"; then mkdir -p ${WORKDIR}/devicetree -- cgit v1.2.3-54-g00ecf