aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-12-17 08:07:50 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-12-17 08:07:50 +0200
commitc352c73bb1c84d41a5b5959bf979988e0ab737f8 (patch)
treec93964bebc8c5f4bfbbc666356bc1b09d7b3758c
parent9590623791d2c8c47daa11073b70c8fb99e145f4 (diff)
96boards-dragonboard410c-android: use cp -a everywhere
it's best practice to use cp -a in order to preserve xattr Change-Id: I0500c4757e6a3f3d5ce496a0ae83e2c705f8e9bb Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-dragonboard410c-android.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/96boards-dragonboard410c-android.yaml b/96boards-dragonboard410c-android.yaml
index 67555df..ac6b314 100644
--- a/96boards-dragonboard410c-android.yaml
+++ b/96boards-dragonboard410c-android.yaml
@@ -74,7 +74,7 @@
repo sync -j16
set +ex
mkdir -p out
- cp .repo/manifest.xml out/source-manifest.xml
+ cp -a .repo/manifest.xml out/source-manifest.xml
repo manifest -r -o out/pinned-manifest.xml
OVERLAY=$(basename ${OVERLAY_URL})
@@ -165,7 +165,7 @@
cd db410c_bootloader
git log -1
- cp /home/buildslave/srv/${JOB_NAME}/out/target/product/msm8916_64/emmc_appsboot.mbn bootloaders/
+ cp -a /home/buildslave/srv/${JOB_NAME}/out/target/product/msm8916_64/emmc_appsboot.mbn bootloaders/
cd emmc_android
# we didn't remove the file in out folder when we compressed earlier, so we
# move them here now
@@ -195,7 +195,7 @@
# add license.txt file
rm -f license.txt
wget https://git.linaro.org/landing-teams/working/qualcomm/lt-docs.git/blob_plain/HEAD:/license/license.txt
- cp license.txt out/dragonboard410c_sdcard_install_android
+ cp -a license.txt out/dragonboard410c_sdcard_install_android
# create archive for publishing
zip -rj ../out/target/product/msm8916_64/dragonboard410c_sdcard_install_android-${BUILD_NUMBER}.zip out/dragonboard410c_sdcard_install_android