[meta-freescale] [fsl-community-bsp-platform][PATCH] default.xml: Keep sources/base files in sync automatically

Tom Hochstein tom.hochstein at nxp.com
Mon Nov 14 08:43:28 PST 2016


Currently sources/base/setup-environment tries to keep the
files in sources/base in sync with the files copied by the
manifest. When the files do get out of sync, the script fails
with an error message that many users will not understand.

We avoid the sync issue by linking to the files.

Change-Id: I2a4ace7aa65146bfc5decf5d4baab519e68e575b
Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 default.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/default.xml b/default.xml
index 709d1ae..0585342 100644
--- a/default.xml
+++ b/default.xml
@@ -13,8 +13,8 @@
   <project remote="oe" revision="master" name="meta-openembedded" path="sources/meta-openembedded"/>
 
   <project remote="freescale" revision="master" name="fsl-community-bsp-base" path="sources/base">
-	<copyfile dest="README" src="README"/>
-	<copyfile dest="setup-environment" src="setup-environment"/>
+	<linkfile dest="README" src="README"/>
+	<linkfile dest="setup-environment" src="setup-environment"/>
   </project>
 
   <project remote="freescale" revision="master" name="meta-freescale-3rdparty" path="sources/meta-freescale-3rdparty"/>
-- 
1.9.1



More information about the meta-freescale mailing list