summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-12-03 13:19:24 +0200
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2014-12-08 11:44:20 -0800
commit733450430df249fa3d266ebfadb68945713a7703 (patch)
tree9ac12a246832210a1cdc3511104fecc58ab03b26
parentc49d09d5cf303d315f941646e81fe660e04a5b6e (diff)
downloadobs-733450430df249fa3d266ebfadb68945713a7703.tar.gz
obs-733450430df249fa3d266ebfadb68945713a7703.tar.bz2
obs-733450430df249fa3d266ebfadb68945713a7703.zip
Tizen:Mobile: add linked toolchain packages for aarch64
Change-Id: I36c7b4dbfce2dfa4e47819c7dfacf8a16c78eb24 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--Tizen:Mobile/cross-aarch64-binutils/_link9
-rw-r--r--Tizen:Mobile/cross-aarch64-gcc49/_link9
-rw-r--r--Tizen:Mobile/qemu-accel-aarch64/_link9
3 files changed, 27 insertions, 0 deletions
diff --git a/Tizen:Mobile/cross-aarch64-binutils/_link b/Tizen:Mobile/cross-aarch64-binutils/_link
new file mode 100644
index 0000000..64cc838
--- /dev/null
+++ b/Tizen:Mobile/cross-aarch64-binutils/_link
@@ -0,0 +1,9 @@
+<link package="binutils" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Mobile/cross-aarch64-gcc49/_link b/Tizen:Mobile/cross-aarch64-gcc49/_link
new file mode 100644
index 0000000..a246210
--- /dev/null
+++ b/Tizen:Mobile/cross-aarch64-gcc49/_link
@@ -0,0 +1,9 @@
+<link package="gcc49" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Mobile/qemu-accel-aarch64/_link b/Tizen:Mobile/qemu-accel-aarch64/_link
new file mode 100644
index 0000000..5571e3f
--- /dev/null
+++ b/Tizen:Mobile/qemu-accel-aarch64/_link
@@ -0,0 +1,9 @@
+<link package="qemu-accel" cicount="copy">
+<patches>
+ <!-- <branch /> for a full copy, default case -->
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>