Combine the common code for kernel building on deb/rpm 91/26291/13
authorshravani <shravani.p@tcs.com>
Tue, 20 Dec 2016 09:39:34 +0000 (15:09 +0530)
committerShravani Paladugula <shravani.p@tcs.com>
Thu, 9 Feb 2017 04:34:34 +0000 (04:34 +0000)
commit843dfef73c86a8ad71afe36e2db9e711dddc199a
tree52c15baf57c751cf91bf35b3dbc027adacfa7a1d
parent881aa3fcf152088440444d6f4296eaac3783801c
Combine the common code for kernel building on deb/rpm

This patch removes the duplication of code in rpm/debian build
scripts.

Change-Id: I88edc93df488bd01a43cd98e4f69f35e09f8f61c
Signed-off-by: Shravani <shravani.p@tcs.com>
15 files changed:
ci/README
ci/build.sh
ci/build_deb/build_debs.sh [deleted file]
ci/build_deb/build_debs_docker.sh [deleted file]
ci/build_deb/kernel_deb_build.sh [deleted file]
ci/build_deb/qemu_deb_build.sh [deleted file]
ci/build_interface.sh [new file with mode: 0755]
ci/build_rpm/build_rpms.sh [deleted file]
ci/build_rpm/build_rpms_docker.sh [deleted file]
ci/build_rpm/kernel_rpm_build.sh [deleted file]
ci/build_rpm/qemu_rpm_build.sh [deleted file]
ci/kernelConfigValidate.sh [new file with mode: 0755]
ci/kernel_build.sh [new file with mode: 0755]
ci/qemuConfigValidate.sh [new file with mode: 0755]
ci/qemu_build.sh [new file with mode: 0755]