scripts: add build_stx.sh to support StarlingX build 21/3421/1
authorJackie Huang <jackie.huang@windriver.com>
Fri, 6 Mar 2020 11:17:05 +0000 (19:17 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 23 Apr 2020 05:43:21 +0000 (13:43 +0800)
commit26900707d521452bfb04562ae8bc49f452cf39ef
tree0763836b62543514e519f4ed858d770d500e4a9a
parent57fdea704bd62af847872c40508f00aa1d7cac60
scripts: add build_stx.sh to support StarlingX build

* Add build_stx.sh to support StarlingX build.
  - This is based on the setup.sh from staging-stx
  - Add many improvements for CI and dev requirement

* Add meta-patches from staging-stx.

* Only BSP intel-corei7-64 is supported for now.

* There will be two builds:
  - stx build: for building all packages required by starlingX
  - anaconda build: for building an ISO image with anaconda
    installer and use kickstart method to install starlingX

Issue-ID: INF-19
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3df6a06980c931a50a0eddc794e25b7fbd4a4f84
scripts/build_stx.sh [new file with mode: 0755]
scripts/configs/local-anaconda.conf [new file with mode: 0644]
scripts/configs/local-stx.conf [new file with mode: 0644]
scripts/meta-patches/src_stx/meta-cloud-services/0001-Workaround-and-fix-compile-and-dependency-problems.patch [new file with mode: 0644]
scripts/meta-patches/src_stx/meta-cloud-services/0002-Package-Upgrade-croniter-and-kombu.patch [new file with mode: 0644]
scripts/meta-patches/src_stx/meta-cloud-services/0003-fix-postgresql_openstack-PGDATA-install-error.patch [new file with mode: 0644]
scripts/meta-patches/src_stx/meta-cloud-services/0004-Ceilometer-compute-is-not-build-nor-installed.patch [new file with mode: 0644]
scripts/meta-patches/src_stx/meta-cloud-services/0005-Fix-postinstall-scriptlets-to-ontarget.patch [new file with mode: 0644]
scripts/meta-patches/src_stx/poky/0001-image-live.bbclass-work-around-for-large-image-size.patch [new file with mode: 0644]