Add Tizen:3.0.M2:Base 77/108577/1
authorHyungGi Lee <hyunggi.lee@samsung.com>
Wed, 4 Jan 2017 09:56:24 +0000 (18:56 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Wed, 4 Jan 2017 09:56:24 +0000 (18:56 +0900)
Change-Id: I8a3e8a8dcecccfad6a7f15f0ae196875c37d6628

17 files changed:
Tizen:3.0.M2:Base/_config [new file with mode: 0644]
Tizen:3.0.M2:Base/_meta [new file with mode: 0644]
Tizen:3.0.M2:Base/binutils-aarch64/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/binutils-armv7l/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/gcc-aarch64/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/gcc-armv7l/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/glibc_aggregate/_aggregate [new file with mode: 0644]
Tizen:3.0.M2:Base/glibc_aggregate/_meta [new file with mode: 0644]
Tizen:3.0.M2:Base/python-libxml2/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/python-magic/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/python3-base/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/qemu-accel-aarch64/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/qemu-accel-armv7l/_link [new file with mode: 0644]
Tizen:3.0.M2:Base/qemu-accel_aggregate/_aggregate [new file with mode: 0644]
Tizen:3.0.M2:Base/qemu-accel_aggregate/_meta [new file with mode: 0644]
Tizen:3.0.M2:Base/qemu_aggregate/_aggregate [new file with mode: 0644]
Tizen:3.0.M2:Base/qemu_aggregate/_meta [new file with mode: 0644]

diff --git a/Tizen:3.0.M2:Base/_config b/Tizen:3.0.M2:Base/_config
new file mode 100644 (file)
index 0000000..90fc316
--- /dev/null
@@ -0,0 +1,182 @@
+################################################################################
+# OBS Project config for Tizen:Base
+#
+# RE contacts:
+#
+#
+# vim: set syntax=spec:
+################################################################################
+
+Patterntype: rpm-md comps
+Release: <CI_CNT>.<B_CNT>
+Support: build
+Support: build-compare build-mkbaselibs
+# Support: rpmlint-mini rpmlint-tizen
+
+############################# conflicts resolution #############################
+
+Prefer: util-linux
+
+############################# base definition ###############################
+# %release_name and %tizen_full_version are used in platform/upstream/tizen-release
+
+Macros:
+%tizen_version_major 3
+%tizen_version_minor 0
+%tizen_version_patch 0
+
+%tizen_version %{tizen_version_major}.%{tizen_version_minor}
+%tizen_full_version %{tizen_version}.%{tizen_version_patch}
+%tizen %tizen_version
+%vendor tizen
+%_vendor tizen
+%_with_tizen 1
+
+%check exit 0
+%run_check_section 0
+%opensuse_bs 1
+%_default_patch_fuzz   2
+:Macros
+
+
+############################# build config #####################################
+
+%define gcc_version 49
+Macros:
+%gcc_version 49
+:Macros
+
+########## targets ##########
+
+%ifarch i586
+Target: i686-tizen-linux
+%endif
+
+%ifarch armv7hl
+Target: armv7hl-tizen-linux
+%endif
+
+%ifarch armv7l
+Target: armv7l-tizen-linux
+%endif
+
+%ifarch aarch64
+Target: aarch64-tizen-linux
+%endif
+
+########## cross build ##########
+
+%define build_hostarch x86_64
+Macros:
+%build_hostarch x86_64
+:Macros
+
+%ifarch %arm armv7l aarch64
+Hostarch: x86_64
+# cross build support for the build hosts
+Preinstall: qemu-linux-user-%{build_hostarch}-cross
+Runscripts: qemu-linux-user-%{build_hostarch}-cross
+Keep: qemu-linux-user-%{build_hostarch}-cross
+%endif
+
+%ifarch armv7l
+Preinstall: qemu-accel-%{build_hostarch}-armv7l
+Runscripts: qemu-accel-%{build_hostarch}-armv7l
+Preinstall: libmount libblkid libuuid
+%endif
+
+%ifarch aarch64
+Preinstall: qemu-accel-%{build_hostarch}-aarch64
+Runscripts: qemu-accel-%{build_hostarch}-aarch64
+Preinstall: libmount libblkid libuuid
+%endif # aarch64
+
+Substitute: python-accel-armv7l-cross-arm python-accel-%{build_hostarch}-armv7l
+Substitute: python-accel-aarch64-cross-aarch64 python-accel-%{build_hostarch}-aarch64
+
+########## exports for different architectures ##########
+
+ExportFilter: \.armv7l\.rpm$ armv7l
+ExportFilter: \.aarch64\.rpm$ aarch64
+ExportFilter: \.x86_64\.rpm$ x86_64
+
+########## buildroot config ##########
+
+Preinstall: setup filesystem
+RunScripts: setup
+
+Preinstall: bash bzip2 coreutils diffutils grep rpm
+Preinstall: glibc libacl libattr
+Preinstall: libcap
+Preinstall: libgcc
+Preinstall: libpopt sed tar zlib
+Preinstall: libncurses libreadline
+Preinstall: libelf libbz2
+Preinstall: liblzma
+Preinstall: nss nspr libfreebl3 libsoftokn3
+Preinstall: libmagic
+Preinstall: liblua
+Preinstall: smack libsmack libxml2 libmagic  libmagic-data
+Preinstall: libsqlite
+#Preinstall: rpm-security-plugin
+Preinstall: util-linux util-linux-su
+
+VMinstall: perl libmount libblkid libext2fs libuuid  grep libpcre util-linux libsmartcols
+
+Required: binutils gcc glibc rpm-build libtool
+Required: gcc-c++
+
+Support: glibc-locale
+Support: perl
+Support: hostname
+Support: cpio findutils
+Support: file findutils zlib bzip2
+Support: gzip hostname net-tools
+Support: make  patch sed  gawk tar grep coreutils pkg-config
+Support: m4  tzdata
+Support: util-linux
+Support: less
+Support: which  elfutils
+Support: update-alternatives
+Support: libstdc++-devel
+Support: cpp
+Support: libatomic
+Support: libgomp
+Support: libitm
+
+Keep: libstdc++-devel
+Keep: cpp gcc libstdc++
+Keep: pam
+Keep: binutils cpp  libmagic-data file findutils gawk gcc  gcc-c++
+Keep: gdbm gzip libada libunwind  glibc-devel libpcre xz-lzma-compat
+Keep: make  gmp libcap groff cpio
+Keep: patch rpm-build  nss nspr elfutils python grep libgcc gcc-c++
+Keep: kernel-headers  perl-libs perl
+Keep: pkgconfig glib2 tizen-rpm-config
+Keep: libmpc libmpfr libppl libgmp libppl_c
+Keep: libcloog libppl libgmpxx
+Keep: nss-softokn-freebl libmagic libmagic-data
+Keep: setup
+Keep: update-alternatives
+Keep: cpp
+Keep: gcc-c++
+Keep: libatomic
+Keep: libgomp
+Keep: libitm
+
+Substitute: gettext gettext-tools
+
+%ifarch x86_64
+Substitute: glibc-devel-32bit glibc-devel-32bit glibc-32bit
+Substitute: libgcc_s1-32bit libgcc-32bit
+%else
+Substitute: glibc-devel-32bit
+%endif
+
+########## compilation flags ##########
+%define __global_cflags -O2 -g2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector -Wformat-security -fmessage-length=0 -Wl,--as-needed
+
+Optflags: armv7l %{__global_cflags} --param=ssp-buffer-size=4 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -mthumb -Wp,-D__SOFTFP__ -Wl,-O1 -Wl,--hash-style=gnu -Wa,-mimplicit-it=thumb
+Optflags: aarch64 %{__global_cflags} -feliminate-unused-debug-types -Wformat -march=armv8-a+fp+simd+crc+crypto -mtune=cortex-a57.cortex-a53
+Optflags: i686 %{__global_cflags} -feliminate-unused-debug-types --param=ssp-buffer-size=4 -fdiagnostics-color=never -m32 -march=i686 -mtune=i686 -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
+Optflags: x86_64 %{__global_cflags} -feliminate-unused-debug-types --param=ssp-buffer-size=4 -fdiagnostics-color=never -m64 -march=corei7 -msse4.2 -mtune=corei7-avx -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
\ No newline at end of file
diff --git a/Tizen:3.0.M2:Base/_meta b/Tizen:3.0.M2:Base/_meta
new file mode 100644 (file)
index 0000000..32e1a0f
--- /dev/null
@@ -0,0 +1,54 @@
+<project name="Tizen:3.0.M2:Base">
+  <title/>
+  <description>Tizen:3.0.M2:Base tmp</description>
+  <person userid="alone" role="maintainer"/>
+  <person userid="alone" role="bugowner"/>
+  <person userid="hglee" role="maintainer"/>
+  <person userid="junhyeonlee" role="maintainer"/>
+  <person userid="tcshin93" role="maintainer"/>
+  <person userid="jintaeson" role="maintainer"/>
+  <person userid="dnxowls" role="maintainer"/>
+  <build>
+    <disable arch="i586" repository="arm"/>
+    <disable arch="x86_64" repository="arm"/>
+    <disable arch="i586" repository="arm64"/>
+    <disable arch="x86_64" repository="arm64"/>
+    <disable arch="i586" repository="x86_64"/>
+    <disable arch="i586" repository="emulator64"/>
+    <disable arch="x86_64" repository="ia32"/>
+  </build>
+  <debuginfo>
+    <enable/>
+  </debuginfo>
+  <repository name="x86_64">
+    <path project="Tizen:3.0:Base" repository="x86_64"/>
+    <arch>x86_64</arch>
+    <arch>i586</arch>
+  </repository>
+  <repository name="ia32">
+    <path project="Tizen:3.0:Base" repository="ia32"/>
+    <arch>x86_64</arch>
+    <arch>i586</arch>
+  </repository>
+  <repository name="emulator64">
+    <path project="Tizen:3.0:Base" repository="emulator64"/>
+    <arch>i586</arch>
+    <arch>x86_64</arch>
+  </repository>
+  <repository name="emulator32">
+    <path project="Tizen:3.0:Base" repository="emulator32"/>
+    <arch>i586</arch>
+  </repository>
+  <repository name="arm64">
+    <path project="Tizen:3.0:Base" repository="arm64"/>
+    <arch>aarch64</arch>
+    <arch>i586</arch>
+    <arch>x86_64</arch>
+  </repository>
+  <repository name="arm">
+    <path project="Tizen:3.0:Base" repository="arm"/>
+    <arch>armv7l</arch>
+    <arch>i586</arch>
+    <arch>x86_64</arch>
+  </repository>
+</project>
diff --git a/Tizen:3.0.M2:Base/binutils-aarch64/_link b/Tizen:3.0.M2:Base/binutils-aarch64/_link
new file mode 100644 (file)
index 0000000..210019e
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="linaro-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:3.0.M2:Base/binutils-armv7l/_link b/Tizen:3.0.M2:Base/binutils-armv7l/_link
new file mode 100644 (file)
index 0000000..210019e
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="linaro-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:3.0.M2:Base/gcc-aarch64/_link b/Tizen:3.0.M2:Base/gcc-aarch64/_link
new file mode 100644 (file)
index 0000000..8d9215f
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="linaro-gcc" 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:3.0.M2:Base/gcc-armv7l/_link b/Tizen:3.0.M2:Base/gcc-armv7l/_link
new file mode 100644 (file)
index 0000000..8d9215f
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="linaro-gcc" 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:3.0.M2:Base/glibc_aggregate/_aggregate b/Tizen:3.0.M2:Base/glibc_aggregate/_aggregate
new file mode 100644 (file)
index 0000000..1e3ef65
--- /dev/null
@@ -0,0 +1,9 @@
+<aggregatelist>
+  <aggregate project="Tizen:3.0.M2:Base">
+    <package>linaro-glibc</package>
+    <binary>glibc-32bit</binary>
+    <binary>glibc-devel-32bit</binary>
+    <repository source="ia32" target="x86_64"/>
+    <repository source="emulator32" target="emulator64"/>
+  </aggregate>
+</aggregatelist>
diff --git a/Tizen:3.0.M2:Base/glibc_aggregate/_meta b/Tizen:3.0.M2:Base/glibc_aggregate/_meta
new file mode 100644 (file)
index 0000000..434b72f
--- /dev/null
@@ -0,0 +1,9 @@
+<package name="glibc_aggregate" project="Tizen:3.0.M2:Base">
+  <title/>
+  <description/>
+  <build>
+    <disable/>
+    <enable arch="i586" repository="emulator64"/>
+    <enable arch="i586" repository="x86_64"/>
+  </build>
+</package>
diff --git a/Tizen:3.0.M2:Base/python-libxml2/_link b/Tizen:3.0.M2:Base/python-libxml2/_link
new file mode 100644 (file)
index 0000000..f8effd5
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="libxml2" 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:3.0.M2:Base/python-magic/_link b/Tizen:3.0.M2:Base/python-magic/_link
new file mode 100644 (file)
index 0000000..b9151aa
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="file" 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:3.0.M2:Base/python3-base/_link b/Tizen:3.0.M2:Base/python3-base/_link
new file mode 100644 (file)
index 0000000..bba78a4
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python3" 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:3.0.M2:Base/qemu-accel-aarch64/_link b/Tizen:3.0.M2:Base/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>
diff --git a/Tizen:3.0.M2:Base/qemu-accel-armv7l/_link b/Tizen:3.0.M2:Base/qemu-accel-armv7l/_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>
diff --git a/Tizen:3.0.M2:Base/qemu-accel_aggregate/_aggregate b/Tizen:3.0.M2:Base/qemu-accel_aggregate/_aggregate
new file mode 100644 (file)
index 0000000..5341c37
--- /dev/null
@@ -0,0 +1,24 @@
+<aggregatelist>
+  <aggregate project="Tizen:3.0.M2:Base" >
+    <package>qemu-accel-armv7l</package>
+    <binary>qemu-accel-armv7l</binary>
+    <binary>python-accel-armv7l</binary>
+    <binary>qemu-accel-x86-armv7l</binary>
+    <binary>python-accel-x86-armv7l</binary>
+    <repository source="ia32" target="arm"/>
+  </aggregate>
+  <aggregate project="Tizen:3.0.M2:Base" >
+    <package>qemu-accel-armv7l</package>
+    <binary>qemu-accel-x86_64-armv7l</binary>
+    <binary>python-accel-x86_64-armv7l</binary>
+    <repository source="x86_64" target="arm"/>
+  </aggregate>
+  <aggregate project="Tizen:3.0.M2:Base" >
+    <package>qemu-accel-aarch64</package>
+    <binary>qemu-accel-aarch64</binary>
+    <binary>python-accel-aarch64</binary>
+    <binary>qemu-accel-x86_64-aarch64</binary>
+    <binary>python-accel-x86_64-aarch64</binary>
+    <repository source="x86_64" target="arm64"/>
+  </aggregate>
+</aggregatelist>
diff --git a/Tizen:3.0.M2:Base/qemu-accel_aggregate/_meta b/Tizen:3.0.M2:Base/qemu-accel_aggregate/_meta
new file mode 100644 (file)
index 0000000..a9ccb47
--- /dev/null
@@ -0,0 +1,14 @@
+<package name="qemu-accel_aggregate" project="Tizen:3.0.M2:Base">
+  <title/>
+  <description/>
+  <build>
+    <disable/>
+    <enable arch="x86_64" repository="arm64"/>
+    <enable arch="x86_64" repository="arm"/>
+    <enable arch="i586" repository="arm"/>
+    <enable arch="x86_64" repository="x86_64"/>
+    <enable arch="i586" repository="ia32"/>
+    <enable arch="x86_64" repository="emulator64"/>
+    <enable arch="i586" repository="emulator32"/>
+  </build>
+</package>
diff --git a/Tizen:3.0.M2:Base/qemu_aggregate/_aggregate b/Tizen:3.0.M2:Base/qemu_aggregate/_aggregate
new file mode 100644 (file)
index 0000000..e3897a4
--- /dev/null
@@ -0,0 +1,25 @@
+<aggregatelist>
+  <aggregate project="Tools:qemu:2.7.x">
+    <package>qemu</package>
+    <binary>qemu-tools</binary>
+    <repository source="openSUSE_12.3" target="arm"/>
+    <repository source="openSUSE_12.3" target="arm64"/>
+    <repository source="openSUSE_12.3" target="ia32"/>
+    <repository source="openSUSE_12.3" target="x86_64"/>
+    <repository source="openSUSE_12.3" target="emulator32"/>
+    <repository source="openSUSE_12.3" target="emulator64"/>
+  </aggregate>
+  <aggregate project="Tools:qemu:2.7.x">
+    <package>qemu-linux-user</package>
+    <binary>qemu-linux-user-cross</binary>
+    <binary>qemu-linux-user-x86-cross</binary>
+    <binary>qemu-linux-user-x86_64-cross</binary>
+    <binary>qemu-linux-user</binary>
+    <repository source="openSUSE_12.3" target="arm"/>
+    <repository source="openSUSE_12.3" target="arm64"/>
+    <repository source="openSUSE_12.3" target="ia32"/>
+    <repository source="openSUSE_12.3" target="x86_64"/>
+    <repository source="openSUSE_12.3" target="emulator32"/>
+    <repository source="openSUSE_12.3" target="emulator64"/>
+  </aggregate>
+</aggregatelist>
diff --git a/Tizen:3.0.M2:Base/qemu_aggregate/_meta b/Tizen:3.0.M2:Base/qemu_aggregate/_meta
new file mode 100644 (file)
index 0000000..372a163
--- /dev/null
@@ -0,0 +1,14 @@
+<package name="qemu_aggregate" project="Tizen:3.0.M2:Base">
+  <title/>
+  <description/>
+  <build>
+    <disable/>
+    <enable arch="x86_64" repository="arm64"/>
+    <enable arch="x86_64" repository="arm"/>
+    <enable arch="i586" repository="arm"/>
+    <enable arch="x86_64" repository="x86_64"/>
+    <enable arch="i586" repository="ia32"/>
+    <enable arch="x86_64" repository="emulator64"/>
+    <enable arch="i586" repository="emulator32"/>
+  </build>
+</package>