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 <long.wanglong@huawei.com>