From 050e637b2ceaa1f6735fd9f84b0f7f4676637a79 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 4 Apr 2018 20:30:43 +0100 Subject: [PATCH] ONIE: do not use package cache, only runs on host Gbp-Dch: Ignore --- scripts/build/binary_onie | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/build/binary_onie b/scripts/build/binary_onie index 2f0a60333..45700d4d5 100755 --- a/scripts/build/binary_onie +++ b/scripts/build/binary_onie @@ -66,12 +66,6 @@ Check_package host /usr/bin/xz xz-utils Check_package host /bin/bzcat bzip2 Check_package host /bin/bzip2 bzip2 -# Restoring cache -Restore_cache cache/packages.binary - -# Installing depends -Install_package - ### Adds needed helper script ## Based on https://github.com/opencomputeproject/onie/blob/master/contrib/debian-iso/sharch_body.sh cat > sharch_body.sh << EOF @@ -340,11 +334,5 @@ echo " Done." ls -la $(basename $output_file) Echo_message "onie-installer created..." -# Saving cache -Save_cache cache/packages.binary - -# Removing depends -Remove_package - # Creating stage file Create_stagefile .build/binary_onie