summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)Author
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>