Change scripts and local.conf for 3g image

This commit is contained in:
Daniel Willmann 2017-05-31 14:24:35 +02:00
parent c695640d40
commit 4dce1ae86e
3 changed files with 12 additions and 12 deletions

View File

@ -2,10 +2,10 @@
merge()
{
git subtree pull --prefix=$1 rem-$1 master
git subtree pull --prefix=$1 rem-$1 $2
}
merge meta-telephony
merge meta-sysmocom-bsp
merge meta-smalltalk
merge meta-qt5
merge meta-telephony 3g
merge meta-sysmocom-bsp 3g
merge meta-smalltalk master
merge meta-qt5 master

View File

@ -6,12 +6,12 @@ merge()
echo $1
git remote add rem-$1 $2
git fetch rem-$1
git subtree add --prefix=$1 rem-$1/master
git subtree add --prefix=$1 rem-$1/$3
}
merge meta-telephony git://github.com/sysmocom/meta-telephony.git
merge meta-sysmocom-bsp git://git.sysmocom.de/poky/meta-sysmocom-bsp
merge meta-smalltalk git://github.com/sysmocom/meta-smalltalk.git
merge meta-qt5 git://github.com/sysmocom/meta-qt5.git
merge meta-telephony git://github.com/sysmocom/meta-telephony.git 3g
merge meta-sysmocom-bsp git://git.sysmocom.de/poky/meta-sysmocom-bsp 3g
merge meta-smalltalk git://github.com/sysmocom/meta-smalltalk.git master
merge meta-qt5 git://github.com/sysmocom/meta-qt5.git master

View File

@ -49,7 +49,7 @@
#MACHINE ?= "routerstationpro"
#
# This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "sysmobts-v2"
MACHINE ??= "sysmonitb-ip"
#
# Where to place downloads
@ -233,7 +233,7 @@ BB_DISKMON_DIRS = "\
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"
+FEED_URIS="all##https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmobts/201310/ipk/all armv5te##https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmobts/201310/ipk/armv5te sysmobts-v2##https://autoupdate:eechiesuboot@downloads.sysmocom.de/generic/sysmobts/201310/ipk/sysmobts_v2"
FEED_URIS="all##https://3g-nitb:ui1Ooch6egho@downloads.sysmocom.de/3g-nitb/201310/ipk/all geode##https://3g-nitb:ui1Ooch6egho@downloads.sysmocom.de/3g-nitb/201310/ipk/geode sysmonitb_ip##https://3g-nitb:ui1Ooch6egho@downloads.sysmocom.de/3g-nitb/201310/ipk/sysmonitb_ip"
# Default to systemd
DISTRO_FEATURES_append = " systemd "