From 75610bd37f75c2377db27c67fe90dbac00df2bea Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Aug 2016 18:41:27 +0200 Subject: bblayers.conf, export: follow split of meta-toradex Replace meta-toradex with the four new meta-toradex-XX layers. While at it drop the variables for BSP and software layers. Add the new location of of bblayers.conf/local.conf to the export script. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- buildconf/export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf/export') diff --git a/buildconf/export b/buildconf/export index 2fe5531..22fc942 100644 --- a/buildconf/export +++ b/buildconf/export @@ -17,7 +17,7 @@ echo " angstrom-qt-x11-image" if [ $FIRST_TIME -eq 1 ]; then mkdir -p conf - cp ../stuff/meta-toradex/buildconf/*.conf conf/ + cp ../stuff/meta-toradex-demos/buildconf/*.conf conf/ echo "" $ECHO -e "\033[1mA sample conf/local.conf file has been created" -- cgit v1.2.3