Skip to content
Snippets Groups Projects
Commit 6e0b178f authored by Jonas Höppner's avatar Jonas Höppner
Browse files

prepare-image: Rename path of include to seconorth (from guf)

parent 6d080707
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!411Remove overlay folder in boot, cleanup prepare-image scripts
......@@ -14,7 +14,7 @@
#
#
# shellcheck source=../../../recipes-guf/sharedconf/sharedconf/gf-functions.sh
# shellcheck source=../../../recipes-seconorth/sharedconf/sharedconf/gf-functions.sh
if ! . /usr/sbin/gf-functions.sh; then
echo "Unable to include gf-functions"
fi
......
......@@ -10,7 +10,7 @@
#
# Note: The script only works for the i.MX6 devices at the moment.
# shellcheck source=../../../recipes-guf/sharedconf/sharedconf/gf-functions.sh
# shellcheck source=../../../recipes-seconorth/sharedconf/sharedconf/gf-functions.sh
if ! . /usr/sbin/gf-functions.sh; then
echo "Unable to include gf-functions"
fi
......
......@@ -27,7 +27,7 @@
# To work on an other folder it needs to be mounted externally
# and specified in the environment variable BOOTDIR
# shellcheck source=../../../recipes-guf/sharedconf/sharedconf/gf-functions.sh
# shellcheck source=../../../recipes-seconorth/sharedconf/sharedconf/gf-functions.sh
if ! . /usr/sbin/gf-functions.sh; then
echo "Unable to include gf-functions"
fi
......
......@@ -13,7 +13,7 @@
# by another post-install script (e.g. the prepare-rtc script) or via the
# shared configuration.
# shellcheck source=../../../recipes-guf/sharedconf/sharedconf/gf-functions.sh
# shellcheck source=../../../recipes-seconorth/sharedconf/sharedconf/gf-functions.sh
if ! . /usr/sbin/gf-functions.sh; then
echo "Unable to include gf-functions"
fi
......@@ -37,7 +37,7 @@ mkdir -p overlays
# to contain "-overlay.dtb" and move them manually to /boot/overlays.
# The overlays located in /boot/overlays are activated either by another
# post-install script via the shared configuration.
find . -name '*-overlay.dtb*' -maxdepth 1 -exec mv {} overlays/ \;
find . -maxdepth 1 -name '*-overlay.dtb*' -exec mv {} overlays/ \;
exit 0
......
#!/bin/sh
# shellcheck source=../../../recipes-guf/sharedconf/sharedconf/gf-functions.sh
# shellcheck source=../../../recipes-seconorth/sharedconf/sharedconf/gf-functions.sh
if ! . /usr/sbin/gf-functions.sh; then
echo "Unable to include gf-functions"
fi
......
#!/bin/sh
# shellcheck source=../../../recipes-guf/sharedconf/sharedconf/gf-functions.sh
# shellcheck source=../../../recipes-seconorth/sharedconf/sharedconf/gf-functions.sh
if ! . /usr/sbin/gf-functions.sh; then
echo "Unable to include gf-functions"
fi
......
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