From 49eaf96222c85fe83e2f2e98dac84dcaf73231f7 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 28 Oct 2014 14:49:47 +0200 Subject: [PATCH] Add Tizen:Mobile Bootstrapping Tizen:Mobile. Meta was taken from Tizen:Common and changed according to current Tizen:Mobile configuration. Change-Id: I0ddcab7a42e4a37094cea24e0cfd267dde2c86ab Signed-off-by: Ed Bartosh --- Tizen:Mobile/_config | 272 +++++++++++++++++++++ Tizen:Mobile/_meta | 23 ++ Tizen:Mobile/cross-arm-binutils/_link | 9 + .../cross-armv7hl-gcc48-icecream-backend/_link | 9 + .../cross-armv7l-gcc48-icecream-backend/_link | 9 + Tizen:Mobile/crosswalk-bin/_link | 9 + Tizen:Mobile/libdbus/_link | 9 + Tizen:Mobile/mic-bootstrap_aggregate/_aggregate | 7 + Tizen:Mobile/mic-bootstrap_aggregate/_meta | 9 + Tizen:Mobile/odroid-linux-kernel/_link | 9 + Tizen:Mobile/python-libxml2/_link | 9 + Tizen:Mobile/python-magic/_link | 9 + Tizen:Mobile/qemu-accel-armv7l/_link | 9 + Tizen:Mobile/qemu_aggregate/_aggregate | 13 + Tizen:Mobile/qemu_aggregate/_meta | 9 + Tizen:Mobile/rinato-linux-kernel/_link | 9 + 16 files changed, 423 insertions(+) create mode 100644 Tizen:Mobile/_config create mode 100644 Tizen:Mobile/_meta create mode 100644 Tizen:Mobile/cross-arm-binutils/_link create mode 100644 Tizen:Mobile/cross-armv7hl-gcc48-icecream-backend/_link create mode 100644 Tizen:Mobile/cross-armv7l-gcc48-icecream-backend/_link create mode 100644 Tizen:Mobile/crosswalk-bin/_link create mode 100644 Tizen:Mobile/libdbus/_link create mode 100644 Tizen:Mobile/mic-bootstrap_aggregate/_aggregate create mode 100644 Tizen:Mobile/mic-bootstrap_aggregate/_meta create mode 100644 Tizen:Mobile/odroid-linux-kernel/_link create mode 100644 Tizen:Mobile/python-libxml2/_link create mode 100644 Tizen:Mobile/python-magic/_link create mode 100644 Tizen:Mobile/qemu-accel-armv7l/_link create mode 100644 Tizen:Mobile/qemu_aggregate/_aggregate create mode 100644 Tizen:Mobile/qemu_aggregate/_meta create mode 100644 Tizen:Mobile/rinato-linux-kernel/_link diff --git a/Tizen:Mobile/_config b/Tizen:Mobile/_config new file mode 100644 index 0000000..cbd924e --- /dev/null +++ b/Tizen:Mobile/_config @@ -0,0 +1,272 @@ +################################################################################ +# OBS Project config for Tizen:Mobile +# +# RE contacts: +# Joonsub Lee +# +# vim: set syntax=spec: +################################################################################ + +Patterntype: rpm-md comps +Release: . +Support: build +Support: build-compare build-mkbaselibs +Support: rpmlint-mini rpmlint-tizen + +############################# conflicts resolution ############################# + +FileProvides: /usr/sbin/groupadd pwdutils +Prefer: util-linux +Prefer: libtapi-devel +Prefer: libpci-devel + +############################# profile definition ############################### + +%define profile mobile +%define _with_tizen 1 + +# %release_name and %tizen_full_version are used in platform/upstream/tizen-release + +Macros: +%profile mobile +%release_name Tizen3/Mobile + +%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 + +############################# display system ################################### + +########## display system selection ########## + +# selection of the display system +# this selection is done for each repository +# +# flags combinations: +# |---------------------------------------------------- +# | wayland | x | meaning +# |---------------------------------------------------- +# | | 1 | pure X11 platform(no wayland) +# | 1 | | pure wayland platform (no X11) +# | 1 | 1 | wayland but X compatibility +# | | | no X and no wayland +# |---------------------------------------------------- +# +# Owner: Stephane + +########## RDP flag ########## + +# enable/disable RDP (remote desktop protocol) for wayland +# flag: _with_rdp, used in repositories +# Affects: weston, freerdp +# Owner: Manuel + +########## mesa activation ########## + +%define _with_mesa 1 +Macros: +%_with_mesa 1 +:Macros + +%ifarch %arm armv7l %{aarch64} + Substitute: mesa-devel pkgconfig(glesv2) + #FIXME Substitute: pkgconfig(egl) +%endif + +############################# X11 repositories ################################# + +%if "%_repository" == "atom-x11" || "%_repository" == "arm-x11" +Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) pkgconfig(gl) +Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1_cm) pkgconfig(gl) + +%define _with_x 1 + +Macros: +%_with_x 1 +:Macros + +%endif + + +############################# misc config flags ################################ + +# This build macro controls the libdlog output. If enabled, +# libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android +# logger FIFO. Affects: dlog. +# Owner: Mikko +Macros: +%_with_dlog_to_systemd_journal 1 +:Macros + +# Macro used to handle bluetooth popups without syspopup/bt-syspopup which needs OSP . +# In IVI, this macro permits to address bluetooth notifications (using C API) to notification-service daemon. +# Then homescreen is supposed to deal with those notifications and display relevant popups. +# Affects: bluetooth-frwk +# Owner: Corentin Lecouvey +Macros: +%_with_bluetooth_frwk_libnotification 1 +:Macros + +# This build macro controls whether the OS uses +# legacy nfc-manager or neard enabled nfc-manager-neard. If enabled, +# nfc-manager-neard is used. Affects: nfc CAPI, emulator-plugin-nfc +# Owner: Arron Wang +Macros: +%_with_neard_nfc 1 +:Macros + +# Uses mobile-specific Samsung patches for PulseAudio. Tizen Mobile needs +# this -> Tizen Mobile is compiled with this option. +# Owner: Ismo Puustinen +# FIXME: Why this extra define in the obs config ? +%define _with_pulseaudio_samsung_policy 1 +Macros: +%_with_pulseaudio_samsung_policy 1 +:Macros + +# Activate introspection +# This is needed on GuPNP to build Rygel correctly in IVI +# Impacts potentially packages that use gobject-introspection +# Owner: Mikko +Macros: +%_with_introspection 1 +:Macros + +############################# build config ##################################### + +%define gcc_version 48 +Macros: +%gcc_version 48 +: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 ########## + +%ifarch %arm armv7l +Hostarch: x86_64 +# cross build support for the build hosts +Preinstall: qemu-linux-user-cross-arm +Keep: qemu-linux-user-cross-arm +%endif + +%ifarch armv7hl +Preinstall: qemu-accel-armv7hl +Runscripts: qemu-accel-armv7hl +Preinstall: libmount libblkid libuuid +%endif + +%ifarch armv7l +Preinstall: qemu-accel-armv7l-cross-arm +Runscripts: qemu-accel-armv7l-cross-arm +Preinstall: libmount libblkid libuuid +%endif + +########## exports for different architectures ########## + +ExportFilter: ^qemu-linux-user.*\..*\.rpm$ . armv7l armv7hl + +ExportFilter: ^qemu-accel-armv7hl.*\..*\.rpm$ . armv7hl +ExportFilter: ^qemu-accel-armv7l.*\..*\.rpm$ . armv7l + +ExportFilter: \.armv7l\.rpm$ armv7l +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_s1 +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 + +VMinstall: perl libmount libblkid libext2fs libuuid grep libpcre util-linux + +Required: binutils gcc glibc rpm-build libtool + +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 + +# FIXME: TO REMOVE (? comes from IVI) +Support: gcc-c++ + +Keep: cpp%{gcc_version} gcc%{gcc_version} gcc%{gcc_version}-ada libstdc++%{gcc_version} +Keep: libstdc++%{gcc_version}-devel gcc%{gcc_version}-c++ +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 +Prefer: libstdc++%{gcc_version} libgcc%{gcc_version} +Prefer: libstdc++%{gcc_version}-32bit libstdc++%{gcc_version}-64bit + +Substitute: gettext gettext-tools + +%ifarch x86_64 +Substitute: glibc-devel-32bit glibc-devel-32bit glibc-32bit +%else +Substitute: glibc-devel-32bit +%endif + +########## compilation flags ########## +Optflags: armv7l -O2 -g2 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ diff --git a/Tizen:Mobile/_meta b/Tizen:Mobile/_meta new file mode 100644 index 0000000..83db621 --- /dev/null +++ b/Tizen:Mobile/_meta @@ -0,0 +1,23 @@ + + Tizen Mobile + Mobile variation of Tizen + + + + + + + + + + + + + + i586 + + + armv7l + i586 + + diff --git a/Tizen:Mobile/cross-arm-binutils/_link b/Tizen:Mobile/cross-arm-binutils/_link new file mode 100644 index 0000000..a6a9715 --- /dev/null +++ b/Tizen:Mobile/cross-arm-binutils/_link @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Tizen:Mobile/cross-armv7hl-gcc48-icecream-backend/_link b/Tizen:Mobile/cross-armv7hl-gcc48-icecream-backend/_link new file mode 100644 index 0000000..da79960 --- /dev/null +++ b/Tizen:Mobile/cross-armv7hl-gcc48-icecream-backend/_link @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Tizen:Mobile/cross-armv7l-gcc48-icecream-backend/_link b/Tizen:Mobile/cross-armv7l-gcc48-icecream-backend/_link new file mode 100644 index 0000000..da79960 --- /dev/null +++ b/Tizen:Mobile/cross-armv7l-gcc48-icecream-backend/_link @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Tizen:Mobile/crosswalk-bin/_link b/Tizen:Mobile/crosswalk-bin/_link new file mode 100644 index 0000000..359970c --- /dev/null +++ b/Tizen:Mobile/crosswalk-bin/_link @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Tizen:Mobile/libdbus/_link b/Tizen:Mobile/libdbus/_link new file mode 100644 index 0000000..6e35a51 --- /dev/null +++ b/Tizen:Mobile/libdbus/_link @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Tizen:Mobile/mic-bootstrap_aggregate/_aggregate b/Tizen:Mobile/mic-bootstrap_aggregate/_aggregate new file mode 100644 index 0000000..79e31d6 --- /dev/null +++ b/Tizen:Mobile/mic-bootstrap_aggregate/_aggregate @@ -0,0 +1,7 @@ + + + mic-bootstrap + mic-bootstrap-x86-arm + + + diff --git a/Tizen:Mobile/mic-bootstrap_aggregate/_meta b/Tizen:Mobile/mic-bootstrap_aggregate/_meta new file mode 100644 index 0000000..b0dbd88 --- /dev/null +++ b/Tizen:Mobile/mic-bootstrap_aggregate/_meta @@ -0,0 +1,9 @@ + + + <description/> + <build> + <disable/> + <enable arch="i586" repository="arm-wayland"/> + <enable arch="i586" repository="arm-x11"/> + </build> +</package> diff --git a/Tizen:Mobile/odroid-linux-kernel/_link b/Tizen:Mobile/odroid-linux-kernel/_link new file mode 100644 index 0000000..c571adf --- /dev/null +++ b/Tizen:Mobile/odroid-linux-kernel/_link @@ -0,0 +1,9 @@ +<link package="linux-3.10" 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/python-libxml2/_link b/Tizen:Mobile/python-libxml2/_link new file mode 100644 index 0000000..8e73c95 --- /dev/null +++ b/Tizen:Mobile/python-libxml2/_link @@ -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>file.patch</add> add a patch to be applied after %setup (spec file only) --> + <!-- <delete>filename</delete> delete a file --> +</patches> +</link> diff --git a/Tizen:Mobile/python-magic/_link b/Tizen:Mobile/python-magic/_link new file mode 100644 index 0000000..4faa9ff --- /dev/null +++ b/Tizen:Mobile/python-magic/_link @@ -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>file.patch</add> add a patch to be applied after %setup (spec file only) --> + <!-- <delete>filename</delete> delete a file --> +</patches> +</link> diff --git a/Tizen:Mobile/qemu-accel-armv7l/_link b/Tizen:Mobile/qemu-accel-armv7l/_link new file mode 100644 index 0000000..906ab97 --- /dev/null +++ b/Tizen:Mobile/qemu-accel-armv7l/_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>file.patch</add> add a patch to be applied after %setup (spec file only) --> + <!-- <delete>filename</delete> delete a file --> +</patches> +</link> diff --git a/Tizen:Mobile/qemu_aggregate/_aggregate b/Tizen:Mobile/qemu_aggregate/_aggregate new file mode 100644 index 0000000..cdb2c92 --- /dev/null +++ b/Tizen:Mobile/qemu_aggregate/_aggregate @@ -0,0 +1,13 @@ +<aggregatelist> + <aggregate project="Tizen:Mobile"> + <package>qemu</package> + <binary>qemu-linux-user-cross-arm</binary> + <repository source="atom-x11" target="arm-x11"/> + </aggregate> + <aggregate project="Tizen:Mobile" > + <package>qemu-accel-armv7l</package> + <binary>qemu-accel-armv7l</binary> + <binary>qemu-accel-armv7l-cross-arm</binary> + <repository source="atom-x11" target="arm-x11"/> + </aggregate> +</aggregatelist> diff --git a/Tizen:Mobile/qemu_aggregate/_meta b/Tizen:Mobile/qemu_aggregate/_meta new file mode 100644 index 0000000..f0df05d --- /dev/null +++ b/Tizen:Mobile/qemu_aggregate/_meta @@ -0,0 +1,9 @@ +<package name="qemu_aggregate" project="Tizen:Mobile"> + <title/> + <description/> + <build> + <disable/> + <enable arch="i586" repository="arm-wayland"/> + <enable arch="i586" repository="arm-x11"/> + </build> +</package> diff --git a/Tizen:Mobile/rinato-linux-kernel/_link b/Tizen:Mobile/rinato-linux-kernel/_link new file mode 100644 index 0000000..c571adf --- /dev/null +++ b/Tizen:Mobile/rinato-linux-kernel/_link @@ -0,0 +1,9 @@ +<link package="linux-3.10" 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> -- 2.7.4