summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)Author
2017-01-31packaging: add provided name for kernel image packageSeung-Woo Kim
This patch adds default provided name for kernel image package as linux-kernel. Change-Id: Iab0ca17fef6fc51b93107aa857b291c7fefe55ef Suggested-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2017-01-12packaging: Do Not Use To-Be-Unsupported MacroMyungJoo Ham
In Tizen 4.0, it is prohibited to use "profile", "_repository", "tizen_target_name" in spec file, which requires to have seperated OBS projects and repositories, because we are going to merge ALL repositories and projects into ONE. Plus, you do not need to worry about building odroid kernel for TM1 because the package name is different. Change-Id: I1b3684987c2e2fa3d803510ace8369c586aad8cc Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-12-14packaging: update kernel version of spec to v4.1.36Seung-Woo Kim
This patch updates kernel version to v4.1.36 from spec file. Change-Id: Ia34ea318665891b4430c6b77fcc9f43f533806fc Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: odroid: Do Not Use profile macroMyungJoo Ham
It is to be obsolete in 4.0. It is allowed to use "profile" macro ONLY for backward compatibility while keeping the compatibility with unified build environment. - Both are false in this usage. Change-Id: Icd3d5f77304ca5f30d66c8dc8180360ad06cd0e9 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-12-14packaging: tm2: Do Not Use profile macroMyungJoo Ham
It is going to be obsolete soon. Change-Id: I5add63e38f223ddf015e7bea600c3deef4458935 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-12-14packaging: tm2: Useless and Dangerous Spec StatementMyungJoo Ham
- Do Not Use "profile" - If you do not want tm2 in non-mobile, just do not include it in non-mobile Build Project. Change-Id: Iec9652db7480d00d1e4de2405d3826bd98ddc039 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-12-14packaging: switch find calls from -exec to -delete and xargsSlava Barinov
The -delete and xargs approach is faster than -exec and in Tizen 3.0 cross-builds it grants huge build acceleration due to tool acceleration system peculiarities. Change-Id: Ibbbb82962235cd098cd6952c288e9f120bb63ed3 Signed-off-by: Slava Barinov <v.barinov@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: devel package name unificationDmitry Kovalenko
All kernels provides unified kernel-devel-tizen package and located at /boot/kernel/devel/tizen-devel (solved using symlink) Change-Id: Ia8d5091db9a1073c170abbadb0d7cc37bc6380f6 Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com> [Update commit-msg and just add Provided name for devel package instead of replacing] Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14build: add support for x86_64 hostSeung-Woo Kim
For x86_64 host local build, this patch adds prebuilt mkimage from u-boot and local build script files uses the prebuilt mkimage as host architecture. The mkimage requires dtc also, but it is already in scripts/dtc and built as host tool during kernel build,so dtc is not required prebuilt files. Change-Id: Id3f734ee39cc1e639bcaff2a7e49ad6d6c66665a Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: tm2: fix not to provide kernel-headersSeung-Woo Kim
The kernel-headers pakcage is provided for common kernel headers from linux-glibc-devel pacakge but currently, it is also provided from tm2 kernel. So this patch fixes not to provide kernel-headers. Change-Id: Idb68fd8c66a61ac6110a5adefece8fc1ea4a733f Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: exclude build for non proper obs projectSeung-Woo Kim
For tm2, it is only required to build for mobile aarch64 and for odroid, it is only reuiqred to build for arm projects except for wearable or mobile tm1 projects. So this patch adds build exclude for each packaging. Change-Id: Iba02f6ceb54a3a813e68095cfff6b6c06e4839fb Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: add baselibs.confChan Lee
this config file is for creating bi-arch rpms of armv7l Change-Id: Ifc9d1e31fbfa8376b0d6bffd8d1700e06d0a1c17 Signed-off-by: Chan Lee <chan45.lee@samsung.com>
2016-12-14arm: configs: merge odroid related defconfigsSeung-Woo Kim
There are two separated defconfig files for odroid including tizen_odroidu3_defconfig and odroidxu3_defconfig. With just one defconfig, it is possible to support both boards. So this patch merges both odroid defconfigs into one tizen_odroid_defconfig and also replaces defconfig from packaging spec file. Change-Id: I5232ab6e5adfb98ea312e2fcfb9d149860c8764d Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: add build spec for gbs/obs for tm2Seung-Woo Kim
This patch adds build script for gbs/obs for tm2/tm2e. Change-Id: I4bcd1a9d2b6ae26fd65e54f56c84624335192b8c Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: change version to 4.1Inha Song
This patch change version to 4.1 from 4.0.0 because of upstream tag. Change-Id: I6ef7dfedcf1decb07ca5ab6aaec5b5f462f084fa Signed-off-by: Inha Song <ideal.song@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14packaging: add spec file to generate odroid-xu3 kernel by GBSInha Song
This patch add spec file to generate odroid-xu3 kernel-headers by GBS. Signed-off-by: Inha Song <ideal.song@samsung.com>