X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fimages%2Fstx-image-aio-installer.bb;h=83b5602e0f02590dfbf09e6379ac2437a153ccbd;hb=815d7f0215e7035cd23214cab1ac9c9300834bd1;hp=ba207878bd6d77fcf5b9a4c7aa1e884b456e25ca;hpb=57fdea704bd62af847872c40508f00aa1d7cac60;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/images/stx-image-aio-installer.bb b/meta-stx/recipes-core/images/stx-image-aio-installer.bb index ba20787..83b5602 100644 --- a/meta-stx/recipes-core/images/stx-image-aio-installer.bb +++ b/meta-stx/recipes-core/images/stx-image-aio-installer.bb @@ -37,6 +37,8 @@ IMAGE_INSTALL = "\ dhcp-client \ ldd \ rng-tools \ + gptfdisk \ + pxe-installer-initramfs \ " IMAGE_LINGUAS = "en-us en-gb" @@ -49,20 +51,20 @@ IMAGE_ROOTFS_EXTRA_SPACE =" + 102400" inherit core-image stx-anaconda-image -KICKSTART_FILE ?= "${LAYER_PATH_meta-stx}/conf/distro/files/ks/poky_stx_aio_ks.cfg" +DEFAULT_KICKSTART ?= "smallsystem_lowlatency_ks.cfg" +STX_KICKSTART_DIR ?= "${INSTALLER_TARGET_BUILD}/tmp/deploy/images/${MACHINE}/stx-kickstarts/" +KICKSTART_FILE ?= "${STX_KICKSTART_DIR}/${DEFAULT_KICKSTART}" -# Only the ones prefix with poky_stx_ are tested and working KICKSTART_FILE_EXTRA ?= " \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/poky_stx_aio_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/aio_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/aio_lowlatency_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/controller_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/net_controller_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/net_smallsystem_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/net_smallsystem_lowlatency_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/net_storage_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/net_worker_ks.cfg \ - ${LAYER_PATH_meta-stx}/conf/distro/files/ks/net_worker_lowlatency_ks.cfg \ + ${STX_KICKSTART_DIR}/smallsystem_ks.cfg \ + ${STX_KICKSTART_DIR}/smallsystem_lowlatency_ks.cfg \ + ${STX_KICKSTART_DIR}/controller_ks.cfg \ + ${STX_KICKSTART_DIR}/net_controller_ks.cfg \ + ${STX_KICKSTART_DIR}/net_smallsystem_ks.cfg \ + ${STX_KICKSTART_DIR}/net_smallsystem_lowlatency_ks.cfg \ + ${STX_KICKSTART_DIR}/net_storage_ks.cfg \ + ${STX_KICKSTART_DIR}/net_worker_ks.cfg \ + ${STX_KICKSTART_DIR}/net_worker_lowlatency_ks.cfg \ " SYSLINUX_CFG_LIVE = "${LAYER_PATH_meta-stx}/conf/distro/files/syslinux.cfg"