Skip to content

Commit

Permalink
Merge pull request #943 from YoeDistro/cbrake/master
Browse files Browse the repository at this point in the history
SIOT v0.16.1
  • Loading branch information
kraj authored May 24, 2024
2 parents b91496f + e31f5fc commit ba63aa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEPENDS += "go-native"

inherit systemd update-rc.d goarch

SRCREV = "763dc6f055c3db7c04f84ca48c40ab9bc49d1f26"
SRCREV = "b925bc3ea6bfbdf282b4a137c7201d686718b771"

BRANCH ?= "master"

Expand Down

0 comments on commit ba63aa1

Please sign in to comment.