From 1cf6125ec86364abd9e5065b29557aeefe970272 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sun, 4 Mar 2018 13:25:42 -0500 Subject: [PATCH] Fixed a path from the old repository layout --- setup-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-build-env b/setup-build-env index c3a1e6f..d4bee60 100644 --- a/setup-build-env +++ b/setup-build-env @@ -13,6 +13,6 @@ if [ -z "$ZSH_NAME" ] && [ "$0" = "$THIS_SCRIPT" ]; then exit 1 fi -TEMPLATECONF=../meta-citadel-distro/conf +TEMPLATECONF=../meta-citadel/conf . poky/oe-init-build-env