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:
Alexandre Bard 2021-03-13 13:49:35 +01:00
parent 5ab5c23e79
commit 7012582e82
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ ERROR_QA_remove += "version-going-backwards"
BUILDHISTORY_COMMIT = "1" BUILDHISTORY_COMMIT = "1"
BUILDHISTORY_COMMIT_AUTHOR = "Mr Jenkins <ramon.moesching@netmodule.com>" 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 # Add licences file to the rootfs
COPY_LIC_MANIFEST = "1" COPY_LIC_MANIFEST = "1"
COPY_LIC_DIRS = "1" COPY_LIC_DIRS = "1"