summaryrefslogtreecommitdiffstats
path: root/meta/classes/archiver.bbclass
AgeCommit message (Expand)Author
2023-12-23archiver.bbclass: Drop tarfile module to improve performanceRobert Yang
2023-12-13archiver.bbclass: Improve work-shared checkingRobert Yang
2023-05-25archiver: move exclusion logic in a dedicated functionAntonin Godard
2022-11-02archiver: avoid using machine variable as it breaks multiconfigJose Quaresma
2022-08-12archiver.bbclass: some recipes that uses the kernelsrc bbclass uses the share...Jose Quaresma
2022-08-12classes: Add SPDX license identifiersRichard Purdie
2022-08-12classes: Add copyright statements to files without oneRichard Purdie
2022-07-28archiver.bbclass: remove unsed do_deploy_archives[dirs]Jose Quaresma
2022-06-15archiver: don't use machine variables in shared recipesJose Quaresma
2022-06-11archiver: use bb.note instead of echoJose Quaresma
2022-02-21meta/scripts: Automated conversion of OE renamed variablesRichard Purdie
2022-02-18archiver: Fix typoRichard Purdie
2021-10-30archiver: Default to xz compresison instead of gzRichard Purdie
2021-10-28archiver: Configurable tarball compressionIan Ray
2021-07-28archiver.bbclass: fix do_ar_configured failure for kernelChangqing Li
2021-07-24archiver.bbclass: Fix patch error for recipes that inherit dos2unix.leimaohui
2021-04-18archiver: Fix typosDaniel Ammann
2020-12-15archiver.bbclass: Fix --runall=deploy_archives for imagesRobert Yang
2020-10-07base/bitbake.conf: Enable pseudo path filteringRichard Purdie
2020-07-05classes/archive: do_configure should not depend on do_ar_patchedJoshua Watt
2020-07-02classes/archiver: run do_unpack_and_patch after do_preconfigureJoshua Watt
2020-06-17classes/archiver: Create patched archive before configuringJoshua Watt
2020-06-09archiver: Capture git submodules in mirror archiverPaul Barker
2020-05-25archiver.bbclass: Fix duplicated SRC_URIs for do_ar_originalRobert Yang
2020-05-18archiver.bbclass: Make do_deploy_archives a recursive dependencyPaul Barker
2020-03-22archiver.bbclass: Correct a typoPeter Kjellerstedt
2020-01-10archiver.bbclass: Add new mirror archiver modePaul Barker
2019-11-14archiver: avoid empty incfile in ar_recipegrygorii tertychnyi
2019-09-19classes/archiver: Fix WORKDIR for shared sourceJoshua Watt
2019-09-06archiver.bbclass: Do not archive srpm's if there are no package tasksNathan Rossi
2019-02-06archiver/package_rpm: Fix the worst src.rpm generation raceRichard Purdie
2018-11-27archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDEAdrian Bunk
2018-11-07archiver: Drop unwanted directoriesFabien Lahoudere
2018-10-10archiver: remove left-over debuggingRoss Burton
2018-10-01archiver: generalise task running when in configured modeRoss Burton
2018-10-01archiver: check tasks exist before adding dependenciesRoss Burton
2018-04-05archiver: Fix archive for linked kernel sourceTom Hochstein
2018-04-05archiver: Fix build errors for kernels that don't use kernel-yocto.bbclassTom Hochstein
2018-02-16archiver: remove deploy_all_archives task as --runall replaces itRoss Burton
2018-01-29archiver: don't require that images are built using RPM to build SRPMsRoss Burton
2017-10-16archiver: preserve sysroot paths in configured mode for multilibHongxu Jia
2017-06-06archiver: preserve sysroot paths in configured modeRoss Burton
2017-06-06archiver.bbclass: fix do_ar_original error for matchbox-desktopDengke Du
2017-06-06archiver.bbclass: adapt do_unpack_and_patch to RSSMikko Ylinen
2017-06-03archiver: Escape recipe name in regexJoshua Watt
2017-05-18archiver: avoid archiving source for glibc-localeZhenbo Gao
2017-05-18archiver.bbclass: do not cause kernel rebuildsPatrick Ohly
2017-05-18archiver.bbclass: various fixes for original+diff modePatrick Ohly
2017-05-18archiver.bbclass: enhance do_ar_recipe task signaturePatrick Ohly
2017-03-22meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock