diff --git a/conf/site.conf b/conf/site.conf index a30aaaecc..91f77d11c 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf #YOE_PROFILE = "yoe-musl-sysvinit-wayland" #require conf/world.conf -IMG_VERSION = "24.4.3" +IMG_VERSION = "24.4.4" diff --git a/envsetup.sh b/envsetup.sh index c8c5b7ca0..26a6b1607 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -749,7 +749,7 @@ yoe_install_image() { # deploy image to update server yoe_deploy_update() { IMG_VERSION=$(yoe_get_image_version) || return 1 - server=files.bec-systems.com:/var/www/files/yoe + server=files.bec-systems.com:/var/www/files/yoe/testing UPFILE="${MACHINE}_${IMG_VERSION}.upd" echo "Uploading ${UPFILE}" scp "${OE_BASE}/deploy/${UPFILE}" ${server}/ || return 1 diff --git a/sources/meta-yoe/recipes-siot/simpleiot/simpleiot_0.16.0.bb b/sources/meta-yoe/recipes-siot/simpleiot/simpleiot_0.16.1.bb similarity index 97% rename from sources/meta-yoe/recipes-siot/simpleiot/simpleiot_0.16.0.bb rename to sources/meta-yoe/recipes-siot/simpleiot/simpleiot_0.16.1.bb index ea30f208a..4cf476d54 100644 --- a/sources/meta-yoe/recipes-siot/simpleiot/simpleiot_0.16.0.bb +++ b/sources/meta-yoe/recipes-siot/simpleiot/simpleiot_0.16.1.bb @@ -11,7 +11,7 @@ DEPENDS += "go-native" inherit systemd update-rc.d goarch -SRCREV = "763dc6f055c3db7c04f84ca48c40ab9bc49d1f26" +SRCREV = "b925bc3ea6bfbdf282b4a137c7201d686718b771" BRANCH ?= "master"