From 618f660026f3dde5ce4f349fa1807aac837fce7a Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 29 Jan 2019 15:12:45 +0100 Subject: [PATCH] OC2G: Build nitb image as well and fix feed URL --- Makefile | 2 +- cfg/oc2g/01_oc2g | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f06ecd1..d764f50 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ 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-image sysmocom-core-rauc-image sysmocom-nitb-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 sysmocom-nitb-image -BUILD_TARGET_oc2g = meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image +BUILD_TARGET_oc2g = meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image sysmocom-nitb-image BUILD_TARGET_sysmocom-apu2 = core-image-minimal-initramfs meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image sysmocom-nitb-image core-image-minimal-initramfs BUILD_TARGET_sysmocom-alix = core-image-minimal-initramfs meta-toolchain-osmo task-sysmocom-feed sysmocom-core-image sysmocom-nitb-image core-image-minimal-initramfs diff --git a/cfg/oc2g/01_oc2g b/cfg/oc2g/01_oc2g index f624099..d5a08b1 100644 --- a/cfg/oc2g/01_oc2g +++ b/cfg/oc2g/01_oc2g @@ -1,7 +1,7 @@ MACHINE = "oc2g" # feed -PACKAGE_FEED_URIS = "https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmobts2100/201705/ipk/" +PACKAGE_FEED_URIS = "https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/oc2g/201705/ipk/" # HW doesn't have rtc MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"