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=911e9060964d28097ca9026bd0d36da7cf919b82;hpb=4859bfe7ff7c449205787f1c5018a65c02261087;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 911e906..83b5602 100644 --- a/meta-stx/recipes-core/images/stx-image-aio-installer.bb +++ b/meta-stx/recipes-core/images/stx-image-aio-installer.bb @@ -51,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"