From c36adb607f1be3481a8d4c9c4c18c358ae0779ad Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Tue, 21 May 2024 00:39:28 +0000 Subject: [PATCH 1/3] fix server dir --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From baab9b00273de60ab3c7fc0ff5b1f30f191dd405 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Wed, 22 May 2024 14:42:50 -0400 Subject: [PATCH 2/3] SIOT v0.16.1 --- .../simpleiot/{simpleiot_0.16.0.bb => simpleiot_0.16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sources/meta-yoe/recipes-siot/simpleiot/{simpleiot_0.16.0.bb => simpleiot_0.16.1.bb} (97%) 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" From e31f5fc9282ce773cf76995925284ee33356b84b Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Wed, 22 May 2024 14:42:57 -0400 Subject: [PATCH 3/3] v24.4.4 --- conf/site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"