From 90ad7efe9ee410b670909ff5991781b86731ad46 Mon Sep 17 00:00:00 2001 From: Wang Long Date: Tue, 13 Oct 2015 16:54:27 +0800 Subject: [PATCH] Add the missing file scripts/firmware when build kernel and run the following command: `create_firmware_tar /source/scripts/firmware` will cause error: scripts/build-common: line 140: /source/scripts/firmware: No such file or directory This patch fix that by copy firmware file into container. Signed-off-by: Wang Long --- scripts/ci | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci b/scripts/ci index eadb070..f71efad 100755 --- a/scripts/ci +++ b/scripts/ci @@ -10,6 +10,7 @@ source scripts/build-common run --assets ./scripts/build-common \ ./scripts/bootstrap run ./scripts/download +run --assets ./scripts/firmware run --assets ./config/kernel-config \ ./scripts/build-kernel