From 8f9887dd445d15592d728c781424ef4b3d56d3eb Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 24 Apr 2014 22:45:50 -0500 Subject: [PATCH] conf/layer.conf: Minor cleanup Signed-off-by: Mark Hatle --- conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 3484af6..2116e38 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,5 +1,5 @@ # We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" +BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES := "${BBFILES} \ @@ -31,4 +31,4 @@ DEPENDS_rpm-libs = "rpm-native" PREFERRED_VERSION_linux-yocto ?= "3.14%" DISTRO_FEATURES_append = " systemd" -VIRTUAL-RUNTIME_init_manager = "systemd" \ No newline at end of file +VIRTUAL-RUNTIME_init_manager = "systemd" -- 2.7.4