From 194960ba0e7a08c240e7d371f912a3871cc09eba Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 13 Sep 2019 14:11:34 -0400 Subject: meta-evb: Remove references to EVBBASE EVBBASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-evb rev: 1da7522494e80d2355c240e0eb05ae7576ee32cf) Change-Id: Ie2f441c1f53bf367bea7cb4fb4da51c7e5602d97 Signed-off-by: Brad Bishop --- meta-evb/conf/layer.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-evb/conf') diff --git a/meta-evb/conf/layer.conf b/meta-evb/conf/layer.conf index 0aca4aac1..f8f2d0e38 100644 --- a/meta-evb/conf/layer.conf +++ b/meta-evb/conf/layer.conf @@ -3,6 +3,3 @@ BBPATH .= ":${LAYERDIR}" BBFILE_COLLECTIONS += "evb" BBFILE_PATTERN_evb = "" - -# Provide a variable that points the base of the evb layer. -EVBBASE = '${@os.path.normpath("${LAYERDIR}/")}' -- cgit v1.2.3