From bf116e5a61fcb22b6fd0ea50137b85fade006289 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 8 Sep 2017 14:37:49 +0200 Subject: [PATCH] Makefile: Build core-rauc image instead of nitb-rauc We don't plan to support NITB or old openbsc repo in 201705 for now. Build the core images instead of the NITB, which since recently don't contain osmo-nitb or other binaries from the openbsc repo, only osmo-pcu and osmo-bts are included. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd9e12c..200e268 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ MACHINES=sysmobts sysmobts2100 sysmocom-apu2 sysmocom-alix FEED_NAME=$(SYSMOCOM_RELEASE)-testing # The default targets to pick depending on machine -BUILD_TARGET_sysmobts = "meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image sysmocom-nitb-rauc-image image-rauc-rescue-initramfs image-rauc-slot-initramfs image-rauc-ubi" +BUILD_TARGET_sysmobts = "meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image sysmocom-core-rauc-image image-rauc-rescue-initramfs image-rauc-slot-initramfs image-rauc-ubi" BUILD_TARGET_sysmobts2100 = "meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image" BUILD_TARGET_sysmocom-apu2 = "core-image-minimal-initramfs meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image core-image-minimal-initramfs" BUILD_TARGET_sysmocom-alix = "core-image-minimal-initramfs meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image core-image-minimal-initramfs"