All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Hochstein <tom.hochstein@nxp.com>
To: <meta-freescale@yoctoproject.org>
Subject: [fsl-community-bsp-platform][PATCH] default.xml: Keep sources/base files in sync automatically
Date: Mon, 14 Nov 2016 10:43:28 -0600	[thread overview]
Message-ID: <1479141809-11114-1-git-send-email-tom.hochstein@nxp.com> (raw)

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@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



             reply	other threads:[~2016-11-15  2:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-14 16:43 Tom Hochstein [this message]
2016-11-14 16:43 ` [base][PATCH] setup-environment: Keep sources/base files in sync automatically Tom Hochstein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479141809-11114-1-git-send-email-tom.hochstein@nxp.com \
    --to=tom.hochstein@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.