summaryrefslogtreecommitdiffstats
path: root/meta/classes/archiver.bbclass
Commit message (Expand)AuthorAgeFilesLines
* archiver.bbclass: Drop tarfile module to improve performanceRobert Yang2023-12-231-12/+16
* archiver.bbclass: Improve work-shared checkingRobert Yang2023-12-131-4/+2
* archiver: move exclusion logic in a dedicated functionAntonin Godard2023-05-251-12/+18
* archiver: avoid using machine variable as it breaks multiconfigJose Quaresma2022-11-021-1/+1
* archiver.bbclass: some recipes that uses the kernelsrc bbclass uses the share...Jose Quaresma2022-08-121-1/+3
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-2/+4
* archiver.bbclass: remove unsed do_deploy_archives[dirs]Jose Quaresma2022-07-281-1/+0
* archiver: don't use machine variables in shared recipesJose Quaresma2022-06-151-2/+7
* archiver: use bb.note instead of echoJose Quaresma2022-06-111-1/+1
* meta/scripts: Automated conversion of OE renamed variablesRichard Purdie2022-02-211-1/+1
* archiver: Fix typoRichard Purdie2022-02-181-1/+1
* archiver: Default to xz compresison instead of gzRichard Purdie2021-10-301-1/+1
* archiver: Configurable tarball compressionIan Ray2021-10-281-3/+5
* archiver.bbclass: fix do_ar_configured failure for kernelChangqing Li2021-07-281-1/+4
* archiver.bbclass: Fix patch error for recipes that inherit dos2unix.leimaohui2021-07-241-0/+3
* archiver: Fix typosDaniel Ammann2021-04-181-4/+4
* archiver.bbclass: Fix --runall=deploy_archives for imagesRobert Yang2020-12-151-0/+1
* base/bitbake.conf: Enable pseudo path filteringRichard Purdie2020-10-071-1/+1
* classes/archive: do_configure should not depend on do_ar_patchedJoshua Watt2020-07-051-1/+1
* classes/archiver: run do_unpack_and_patch after do_preconfigureJoshua Watt2020-07-021-2/+2
* classes/archiver: Create patched archive before configuringJoshua Watt2020-06-171-1/+1
* archiver: Capture git submodules in mirror archiverPaul Barker2020-06-091-7/+6
* archiver.bbclass: Fix duplicated SRC_URIs for do_ar_originalRobert Yang2020-05-251-1/+7
* archiver.bbclass: Make do_deploy_archives a recursive dependencyPaul Barker2020-05-181-1/+3
* archiver.bbclass: Correct a typoPeter Kjellerstedt2020-03-221-2/+2
* archiver.bbclass: Add new mirror archiver modePaul Barker2020-01-101-19/+117
* archiver: avoid empty incfile in ar_recipegrygorii tertychnyi2019-11-141-2/+3
* classes/archiver: Fix WORKDIR for shared sourceJoshua Watt2019-09-191-2/+3
* archiver.bbclass: Do not archive srpm's if there are no package tasksNathan Rossi2019-09-061-6/+8
* archiver/package_rpm: Fix the worst src.rpm generation raceRichard Purdie2019-02-061-0/+6
* archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDEAdrian Bunk2018-11-271-3/+0
* archiver: Drop unwanted directoriesFabien Lahoudere2018-11-071-1/+9
* archiver: remove left-over debuggingRoss Burton2018-10-101-1/+0
* archiver: generalise task running when in configured modeRoss Burton2018-10-011-13/+19
* archiver: check tasks exist before adding dependenciesRoss Burton2018-10-011-2/+5
* archiver: Fix archive for linked kernel sourceTom Hochstein2018-04-051-0/+5
* archiver: Fix build errors for kernels that don't use kernel-yocto.bbclassTom Hochstein2018-04-051-2/+6
* archiver: remove deploy_all_archives task as --runall replaces itRoss Burton2018-02-161-8/+0
* archiver: don't require that images are built using RPM to build SRPMsRoss Burton2018-01-291-4/+5
* archiver: preserve sysroot paths in configured mode for multilibHongxu Jia2017-10-161-0/+2
* archiver: preserve sysroot paths in configured modeRoss Burton2017-06-061-0/+4
* archiver.bbclass: fix do_ar_original error for matchbox-desktopDengke Du2017-06-061-5/+11
* archiver.bbclass: adapt do_unpack_and_patch to RSSMikko Ylinen2017-06-061-0/+3
* archiver: Escape recipe name in regexJoshua Watt2017-06-031-2/+2
* archiver: avoid archiving source for glibc-localeZhenbo Gao2017-05-181-0/+6
* archiver.bbclass: do not cause kernel rebuildsPatrick Ohly2017-05-181-1/+4
* archiver.bbclass: various fixes for original+diff modePatrick Ohly2017-05-181-5/+15
* archiver.bbclass: enhance do_ar_recipe task signaturePatrick Ohly2017-05-181-0/+13
* meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock2017-03-221-1/+1