Forum | Documentation | Website | Blog

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

weekly: add stretch-lxqt image


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 3a46c86e
Branches
No related merge requests found
......@@ -44,6 +44,7 @@ fi
debian_jessie_seeed_lxqt_4gb="debian-8.7-seeed-lxqt-4gb-armhf-${time}"
debian_stretch_iot="debian-stretch-iot-armhf-${time}"
debian_stretch_lxqt="debian-stretch-lxqt-armhf-${time}"
debian_stretch_wayland="debian-stretch-wayland-armhf-${time}"
xz_img="xz -z -8"
......@@ -236,6 +237,13 @@ options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${overlay}"
options="--img-4gb bbx15-\${base_rootfs} ${beagle_x15}" ; generate_img
options="--img-4gb BBB-blank-\${base_rootfs} ${beaglebone} ${overlay} --emmc-flasher" ; generate_img
###lxqt image (stretch):
base_rootfs="${debian_stretch_lxqt}" ; blend="stretch-lxqt" ; extract_base_rootfs
options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${overlay}" ; generate_img
options="--img-4gb bbx15-\${base_rootfs} ${beagle_x15}" ; generate_img
options="--img-4gb BBB-blank-\${base_rootfs} ${beaglebone} ${overlay} --emmc-flasher" ; generate_img
### wayland image (stretch):
base_rootfs="${debian_stretch_wayland}" ; blend="stretch-wayland" ; extract_base_rootfs
......@@ -332,6 +340,13 @@ wfile="bone-\${base_rootfs}-4gb" ; archive_img
wfile="BBB-blank-\${base_rootfs}-4gb" ; archive_img
wfile="bbx15-\${base_rootfs}-4gb" ; archive_img
###lxqt image (stretch):
base_rootfs="${debian_stretch_lxqt}" ; blend="stretch-lxqt"
wfile="bone-\${base_rootfs}-4gb" ; archive_img
wfile="BBB-blank-\${base_rootfs}-4gb" ; archive_img
wfile="bbx15-\${base_rootfs}-4gb" ; archive_img
### wayland image (stretch):
base_rootfs="${debian_stretch_wayland}" ; blend="stretch-wayland"
......
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