From ab3896c46a8f10eba9d6b86df87ba05fb1dce981 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 31 Oct 2016 11:27:42 -0500 Subject: [PATCH] weekly: add oemflasher Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- publish/rcn-ee_bb.org-stable.sh | 6 ++++++ publish/rcn-ee_oemflasher.sh | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/publish/rcn-ee_bb.org-stable.sh b/publish/rcn-ee_bb.org-stable.sh index fffa09dc0..8acdb77a7 100755 --- a/publish/rcn-ee_bb.org-stable.sh +++ b/publish/rcn-ee_bb.org-stable.sh @@ -22,6 +22,7 @@ if [ ! -f jenkins.build ] ; then ./RootStock-NG.sh -c bb.org-debian-jessie-console-v4.4 ./RootStock-NG.sh -c seeed-debian-jessie-lxqt-4gb-v4.4 ./RootStock-NG.sh -c seeed-debian-jessie-iot-v4.4 +./RootStock-NG.sh -c bb.org-debian-jessie-oemflasher ./RootStock-NG.sh -c bb.org-debian-stretch-iot-v4.9 ./RootStock-NG.sh -c bb.org-debian-stretch-wayland-v4.4 else @@ -37,6 +38,7 @@ fi debian_jessie_console="debian-8.6-console-armhf-${time}" debian_jessie_seeed_lxqt_4gb="debian-8.6-seeed-lxqt-4gb-armhf-${time}" debian_jessie_seeed_iot="debian-8.6-seeed-iot-armhf-${time}" + debian_jessie_oemflasher="debian-8.6-oemflasher-armhf-${time}" debian_stretch_iot="debian-stretch-iot-armhf-${time}" debian_stretch_wayland="debian-stretch-wayland-armhf-${time}" @@ -234,6 +236,7 @@ base_rootfs="${debian_jessie_iot}" ; blend="iot" ; archiv base_rootfs="${debian_jessie_console}" ; blend="console" ; archive_base_rootfs base_rootfs="${debian_jessie_seeed_lxqt_4gb}" ; blend="seeed-lxqt-4gb" ; archive_base_rootfs base_rootfs="${debian_jessie_seeed_iot}" ; blend="seeed-iot" ; archive_base_rootfs +base_rootfs="${debian_jessie_oemflasher}" ; blend="oemflasher" ; archive_base_rootfs base_rootfs="${debian_stretch_iot}" ; blend="stretch-iot" ; archive_base_rootfs base_rootfs="${debian_stretch_wayland}" ; blend="stretch-wayland" ; archive_base_rootfs @@ -301,6 +304,9 @@ base_rootfs="${debian_jessie_seeed_iot}" ; blend="seeed-iot" wfile="bone-\${base_rootfs}-4gb" ; archive_img wfile="BBGW-blank-\${base_rootfs}-4gb" ; archive_img +# +base_rootfs="${debian_jessie_oemflasher}" ; blend="oemflasher" + # base_rootfs="${debian_stretch_iot}" ; blend="stretch-iot" diff --git a/publish/rcn-ee_oemflasher.sh b/publish/rcn-ee_oemflasher.sh index 496940d38..12f0c5897 100755 --- a/publish/rcn-ee_oemflasher.sh +++ b/publish/rcn-ee_oemflasher.sh @@ -109,11 +109,8 @@ generate_img () { fi } -###oemflasher images: (also single partition) -base_rootfs="${debian_jessie_oemflasher}" ; blend="oemflasher" ; extract_base_rootfs - ###archive *.tar -base_rootfs="${debian_jessie_oemflasher}" ; blend="oemflasher" ; archive_base_rootfs +base_rootfs="${debian_jessie_oemflasher}" ; blend="oemflasher" ; archive_base_rootfs # base_rootfs="${debian_jessie_oemflasher}" ; blend="oemflasher" -- GitLab