Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 56c36522 authored by Robert Nelson's avatar Robert Nelson
Browse files

add: rcn-ee_console_ubuntu_bionic_armhf to elinux


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 43c74d3a
Branches
Tags
No related merge requests found
......@@ -14,6 +14,7 @@ if [ ! -f jenkins.build ] ; then
./RootStock-NG.sh -c rcn-ee_console_debian_stretch_armhf
./RootStock-NG.sh -c rcn-ee_console_debian_buster_armhf
./RootStock-NG.sh -c rcn-ee_console_ubuntu_xenial_armhf
./RootStock-NG.sh -c rcn-ee_console_ubuntu_bionic_armhf
else
mkdir -p ${DIR}/deploy/ || true
fi
......@@ -21,7 +22,7 @@ fi
debian_stable="debian-9.2-console-armhf-${time}"
debian_testing="debian-buster-console-armhf-${time}"
ubuntu_stable="ubuntu-16.04.3-console-armhf-${time}"
#ubuntu_testing="ubuntu-16.04.3-console-armhf-${time}"
ubuntu_testing="ubuntu-bionic-console-armhf-${time}"
xz_img="xz -z -8"
xz_tar="xz -T2 -z -8"
......@@ -149,7 +150,7 @@ options="--img omap5-uevm-\${base_rootfs} ${omap5_uevm}"
base_rootfs="${debian_stable}" ; blend="elinux" ; archive_base_rootfs
base_rootfs="${ubuntu_stable}" ; blend="elinux" ; archive_base_rootfs
base_rootfs="${debian_testing}" ; blend="elinux" ; archive_base_rootfs
#base_rootfs="${ubuntu_testing}" ; blend="elinux" ; archive_base_rootfs
base_rootfs="${ubuntu_testing}" ; blend="elinux" ; archive_base_rootfs
#Archive img:
base_rootfs="${debian_stable}" ; blend="microsd"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment