Skip to content
Snippets Groups Projects
Unverified Commit 0a8b0b7f authored by Nils Dagsson Moskopp's avatar Nils Dagsson Moskopp
Browse files

Refactor kernel image creation to make upgrading easier

parent 93d184ae
Branches
Tags
No related merge requests found
......@@ -2,11 +2,11 @@
>/dev/null command -v flex
>/dev/null command -v bison
redo-ifchange linux-5.7-rc6.tar.gz
tar xzf linux-5.7-rc6.tar.gz
redo-ifchange "${2}".tar.gz
tar xzf "${2}".tar.gz
REFORM_D=reform2-imx8mq
LINUX_D=linux-5.7-rc6
LINUX_D="${2}"
export \
ARCH=arm64 \
......
redo-ifchange kernel
redo-ifchange linux-5.7-rc6.kernel
PARTED="/sbin/parted"
TRUNCATE="/usr/bin/truncate"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment