From eb2b25a43310f7a65bb765689d937eb96944b955 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 10 Oct 2017 16:14:11 +0200 Subject: [PATCH] cfg: Update PACKAGE_FEED_URIS to point to feeds.sysmocom.de --- cfg/sysmobts/01_sysmobts | 2 +- cfg/sysmobts2100/01_sysmobts2100 | 2 +- cfg/sysmocom-alix/01_alix | 2 +- cfg/sysmocom-apu2/01_apu2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cfg/sysmobts/01_sysmobts b/cfg/sysmobts/01_sysmobts index ca8af99..0548424 100644 --- a/cfg/sysmobts/01_sysmobts +++ b/cfg/sysmobts/01_sysmobts @@ -1,7 +1,7 @@ MACHINE = "sysmobts-v2" # feed -PACKAGE_FEED_URIS="https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmobts/201705/ipk/" +PACKAGE_FEED_URIS="https://autoupdate:eechiesuboot@feeds.sysmocom.de/generic/sysmobts/201705/ipk/" # HW doesn't have rtc MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" diff --git a/cfg/sysmobts2100/01_sysmobts2100 b/cfg/sysmobts2100/01_sysmobts2100 index 33f1ce7..fb9746c 100644 --- a/cfg/sysmobts2100/01_sysmobts2100 +++ b/cfg/sysmobts2100/01_sysmobts2100 @@ -1,7 +1,7 @@ MACHINE = "sysmobts2100" # feed -PACKAGE_FEED_URIS = "https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmobts2100/201705/ipk/" +PACKAGE_FEED_URIS = "https://autoupdate:eechiesuboot@feeds.sysmocom.de/generic/sysmobts2100/201705/ipk/" # HW doesn't have rtc MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" diff --git a/cfg/sysmocom-alix/01_alix b/cfg/sysmocom-alix/01_alix index fc0feba..8125f44 100644 --- a/cfg/sysmocom-alix/01_alix +++ b/cfg/sysmocom-alix/01_alix @@ -1,5 +1,5 @@ MACHINE = "sysmocom-alix" -PACKAGE_FEED_URIS="https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmocom-alix/201705/ipk/" +PACKAGE_FEED_URIS="https://autoupdate:eechiesuboot@feeds.sysmocom.de/generic/sysmocom-alix/201705/ipk/" MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" diff --git a/cfg/sysmocom-apu2/01_apu2 b/cfg/sysmocom-apu2/01_apu2 index 1ad2166..c3c302a 100644 --- a/cfg/sysmocom-apu2/01_apu2 +++ b/cfg/sysmocom-apu2/01_apu2 @@ -1,4 +1,4 @@ MACHINE = "sysmocom-apu2" -PACKAGE_FEED_URIS="https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmocom-apu2/201705/ipk/" +PACKAGE_FEED_URIS="https://autoupdate:eechiesuboot@feeds.sysmocom.de/generic/sysmocom-apu2/201705/ipk/" MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" BBMASK="recipes-bsp/linux/linux_2.6.39.bb recipes-bsp/linux/linux-sysmocom_3.10.bb"