diff --git a/publish/rcn-ee_bb.org-stable.sh b/publish/rcn-ee_bb.org-stable.sh index 437f6423ee5dc4fc9b44a5c337b9855b9d7a47ae..9ac69003f1ed2365701fa3b01329f7ffe84658c2 100755 --- a/publish/rcn-ee_bb.org-stable.sh +++ b/publish/rcn-ee_bb.org-stable.sh @@ -34,6 +34,9 @@ if [ ! -f jenkins.build ] ; then ./RootStock-NG.sh -c bb.org-debian-buster-iot-v4.14 ./RootStock-NG.sh -c bb.org-debian-buster-efi-iot-v4.14 + +./RootStock-NG.sh -c bb.org-ubuntu-bionic-ros-iot-v4.14 + else mkdir -p ${DIR}/deploy/ || true fi @@ -62,6 +65,8 @@ debian_jessie_seeed_lxqt_4gb="debian-8.10-seeed-lxqt-4gb-armhf-${time}" debian_buster_iot="debian-buster-iot-armhf-${time}" debian_buster_efi_iot="debian-buster-efi-iot-armhf-${time}" + ubuntu_bionic_ros_iot="debian-18.04-ros-iot-armhf-${time}" + xz_img="xz -z -8" #xz_tar="xz -z -8" xz_tar="xz -T2 -z -8" @@ -292,6 +297,11 @@ base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ; extract_base_r options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti} --efi" ; generate_img +###ros iot image (buster): +base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot" ; extract_base_rootfs + +options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti}" ; generate_img + ###archive *.tar base_rootfs="${debian_jessie_machinekit}" ; blend="machinekit" ; archive_base_rootfs base_rootfs="${debian_jessie_console}" ; blend="console" ; archive_base_rootfs @@ -315,6 +325,8 @@ base_rootfs="${debian_stretch_oemflasher}" ; blend="stretch-oemflasher" ; arc base_rootfs="${debian_buster_iot}" ; blend="buster-iot" ; archive_base_rootfs base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ; archive_base_rootfs +base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot" ; archive_base_rootfs + ###archive *.img ###machinekit (jessie): base_rootfs="${debian_jessie_machinekit}" ; blend="machinekit" @@ -426,6 +438,11 @@ base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" wfile="bone-\${base_rootfs}-4gb" ; archive_img +###ros iot image (buster): +base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot" + +wfile="bone-\${base_rootfs}-4gb" ; archive_img + __EOF__ chmod +x ${DIR}/deploy/gift_wrap_final_images.sh