From b94e1f9d7d3578072e5ed2b84d6afb19a6dba33b Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 9 Nov 2015 18:28:49 -0600 Subject: [PATCH] bb.org: jessie: quick test for r29 Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- publish/rcn-ee_bb.org-stable.sh | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/publish/rcn-ee_bb.org-stable.sh b/publish/rcn-ee_bb.org-stable.sh index ee3289b8d..e040d0a75 100755 --- a/publish/rcn-ee_bb.org-stable.sh +++ b/publish/rcn-ee_bb.org-stable.sh @@ -12,11 +12,11 @@ if [ -d ./deploy ] ; then sudo rm -rf ./deploy || true fi -./RootStock-NG.sh -c machinekit-debian-wheezy -./RootStock-NG.sh -c bb.org-debian-jessie-lxqt-2gb-v4.1 +#./RootStock-NG.sh -c machinekit-debian-wheezy +#./RootStock-NG.sh -c bb.org-debian-jessie-lxqt-2gb-v4.1 ./RootStock-NG.sh -c bb.org-debian-jessie-lxqt-4gb-v4.1 -./RootStock-NG.sh -c bb.org-debian-jessie-console-v4.1 -./RootStock-NG.sh -c bb.org-debian-jessie-usbflasher +#./RootStock-NG.sh -c bb.org-debian-jessie-console-v4.1 +#./RootStock-NG.sh -c bb.org-debian-jessie-usbflasher debian_wheezy_machinekit="debian-7.9-machinekit-armhf-${time}" debian_jessie_lxqt_2gb="debian-8.2-lxqt-2gb-armhf-${time}" @@ -119,11 +119,13 @@ archive_img () { } generate_img () { - cd \${base_rootfs}/ - sudo ./setup_sdcard.sh \${options} - mv *.img ../ - mv *.job.txt ../ - cd .. + if [ -d \${base_rootfs}/ ] ; then + cd \${base_rootfs}/ + sudo ./setup_sdcard.sh \${options} + mv *.img ../ + mv *.job.txt ../ + cd .. + fi } ###machinekit: @@ -136,10 +138,10 @@ base_rootfs="${debian_jessie_lxqt_4gb}" ; blend="lxqt-4gb" ; extract_base_rootfs options="--img-4gb BBB-eMMC-flasher-\${base_rootfs} ${beaglebone} --emmc-flasher" ; generate_img options="--img-4gb bone-\${base_rootfs} ${beaglebone}" ; generate_img -options="--img-4gb bbx15-eMMC-flasher-\${base_rootfs} ${am57xx_beagle_x15} --emmc-flasher" ; generate_img -options="--img-4gb bbx15-\${base_rootfs} ${am57xx_beagle_x15}" ; generate_img -options="--img-4gb omap5-uevm-\${base_rootfs} ${omap5_uevm}" ; generate_img -options="--img-4gb tre-\${base_rootfs} ${arduino_tre}" ; generate_img +#options="--img-4gb bbx15-eMMC-flasher-\${base_rootfs} ${am57xx_beagle_x15} --emmc-flasher" ; generate_img +#options="--img-4gb bbx15-\${base_rootfs} ${am57xx_beagle_x15}" ; generate_img +#options="--img-4gb omap5-uevm-\${base_rootfs} ${omap5_uevm}" ; generate_img +#options="--img-4gb tre-\${base_rootfs} ${arduino_tre}" ; generate_img ###lxqt-2gb image base_rootfs="${debian_jessie_lxqt_2gb}" ; blend="lxqt-2gb" ; extract_base_rootfs -- GitLab