Tizen:Mobile: add linked toolchain packages for aarch64 68/31268/3
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 3 Dec 2014 11:19:24 +0000 (13:19 +0200)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 8 Dec 2014 19:44:20 +0000 (11:44 -0800)
Change-Id: I36c7b4dbfce2dfa4e47819c7dfacf8a16c78eb24
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Tizen:Mobile/cross-aarch64-binutils/_link [new file with mode: 0644]
Tizen:Mobile/cross-aarch64-gcc49/_link [new file with mode: 0644]
Tizen:Mobile/qemu-accel-aarch64/_link [new file with mode: 0644]

diff --git a/Tizen:Mobile/cross-aarch64-binutils/_link b/Tizen:Mobile/cross-aarch64-binutils/_link
new file mode 100644 (file)
index 0000000..64cc838
--- /dev/null
@@ -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 (file)
index 0000000..a246210
--- /dev/null
@@ -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 (file)
index 0000000..5571e3f
--- /dev/null
@@ -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>