Skip to content
Snippets Groups Projects
Commit 310d0154 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

fng: Renamed references in fng-install to seconorth

The fng-install scripts have been updated to reflect the new
image names.
parent 254c9e95
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
......@@ -24,7 +24,7 @@ PE="1"
inherit deploy
DEPLOY_ROOTFS = "guf-image-${MACHINE}.tar.gz"
DEPLOY_ROOTFS = "seconorth-image-${MACHINE}.tar.gz"
DEPLOY_PKG_VERSION = "Yocto-${DISTRO_VERSION}"
......
......@@ -54,7 +54,7 @@ FNGSYSTEM_MIN_VERSION=12.0
# Use single quote to expand "machine" later when set
#shellcheck disable=2016
ROOTFS_DEFAULT='guf-image-${MACHINE}.tar.gz'
ROOTFS_DEFAULT='seconorth-image-${MACHINE}.tar.gz'
ROOTFS=""
DEVICETREE=""
BOOTSCRIPT=""
......
......@@ -35,7 +35,7 @@ index 4b09d49..b9f1d15 100644
# Sets the user partition variables according to the params given
parse_user_partition
+[ -z "$ROOTFS" ] && ROOTFS="guf-image-$MACHINE.tar.gz"
+[ -z "$ROOTFS" ] && ROOTFS="seconorth-image-$MACHINE.tar.gz"
+
+
# Set the logfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment