local.conf: Disable generation of sources tarball
We don't need this and it is probably wasting build time and storage. According to documentation: "This technique is useful if you want to create a mirror server. If not, however, the technique can simply waste time during the build." https://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html#faq FAQ: 35.22
This commit is contained in:
parent
5ab5c23e79
commit
7012582e82
|
|
@ -25,9 +25,6 @@ ERROR_QA_remove += "version-going-backwards"
|
|||
BUILDHISTORY_COMMIT = "1"
|
||||
BUILDHISTORY_COMMIT_AUTHOR = "Mr Jenkins <ramon.moesching@netmodule.com>"
|
||||
|
||||
# Mirror GIT repo in download folders
|
||||
BB_GENERATE_MIRROR_TARBALLS = "1"
|
||||
|
||||
# Add licences file to the rootfs
|
||||
COPY_LIC_MANIFEST = "1"
|
||||
COPY_LIC_DIRS = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue