From 78bcedaf6063c31379c132605c6bec4870c01fe5 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sun, 19 Mar 2023 06:24:08 +0200 Subject: [PATCH] Cleanup build.sh: - show the manifest existing after make image instead of making a new one; - don't move packages to out - the directory is ignored by multibuild; - don't make package index, because imagebuilder builds it's own. --- .buildbot/openwrt/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 18ee814..82d80f7 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -32,8 +32,6 @@ make package/kmod-i2c-mux-pinctrl/compile make package/kmod-rtc-pcf85063/compile make package/asterisk-chan-quectel/compile make package/collectd/compile -# no signing key -make package/index sdkdir=$(pwd) cd ${pwd} @@ -148,10 +146,9 @@ mv ${IMAGE_PATH}-squashfs-factory.img.gz ${IMAGE_PATH}-squashfs-factory-sensing. mv ${IMAGE_PATH}-squashfs-sysupgrade.img.gz ${IMAGE_PATH}-squashfs-sysupgrade-sensing.img.gz -make manifest PROFILE=${PROFILE} PACKAGES="${PACKAGES}" +cat ${BINPATH}/*.manifest out=../../out mkdir -p ${out} mv ${BINPATH}/*.gz ${out} -mv packages ${out}