Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
image-builder
Commits
c05a8e05
Commit
c05a8e05
authored
Nov 27, 2018
by
Angus Ainslie
Committed by
Angus Ainslie (Purism)
Dec 08, 2018
Browse files
root.sh : add the devkit target
parent
4985c35a
Changes
1
Hide whitespace changes
Inline
Side-by-side
root.sh
View file @
c05a8e05
...
...
@@ -47,12 +47,7 @@ function setup_kernel()
imx6
)
fdt_source
=
"
${
basedir
}
"
/usr/lib/linux-image-
*
/
"
${
fdt_file
}
"
;;
imx8
)
fdt_source
=
"
${
basedir
}
"
/usr/lib/linux-image-
*
/freescale/
"
${
fdt_file
}
"
cp
"
${
basedir
}
/boot/
${
link
}
"
"
${
basedir
}
/boot/Image.gz"
gunzip
"
${
basedir
}
/boot/Image.gz"
;;
ec-som
)
ec-som|devkit|imx8
)
fdt_source
=
"
${
basedir
}
"
/usr/lib/linux-image-
*
/freescale/
"
${
fdt_file
}
"
cp
"
${
basedir
}
/boot/
${
link
}
"
"
${
basedir
}
/boot/Image.gz"
gunzip
"
${
basedir
}
/boot/Image.gz"
...
...
@@ -279,7 +274,7 @@ setup_sshd
# Skip setup until we have hardware, not needed for qemu
case
"
${
pureos_board
}
"
in
imx6|imx8|ec-som
)
imx6|imx8|ec-som
|devkit
)
setup_kernel
setup_uboot
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment