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=2c94aac998973e2a1e76a6528919130ed94e2286;hpb=2808b0c57518ccaf60caaa635c9584e4a4c1f7d0;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 2c94aac..83b5602 100644 --- a/meta-stx/recipes-core/images/stx-image-aio-installer.bb +++ b/meta-stx/recipes-core/images/stx-image-aio-installer.bb @@ -38,6 +38,7 @@ IMAGE_INSTALL = "\ ldd \ rng-tools \ gptfdisk \ + pxe-installer-initramfs \ " IMAGE_LINGUAS = "en-us en-gb" @@ -50,21 +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" -REPO_INCLUDE_PKG ?= "${LAYER_PATH_meta-stx}/conf/distro/files/pkglist/poky-stx-aio-pkg-list.txt" +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"