summaryrefslogtreecommitdiffstats
path: root/meta/classes/license.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-426/+0
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+4
* license.bbclass: Bound beginline and endline in copy_license_files()Peter Kjellerstedt2022-06-061-4/+4
* license.bbclass: Remove the available_licenses() functionPeter Kjellerstedt2022-03-241-15/+0
* license: Drop AVAILABLE_LICENSESRichard Purdie2022-03-161-4/+0
* license: expand_wildcard_licenses: add AGPL-3.0* wildcardChristian Eggers2022-03-071-0/+1
* license: Rework INCOMPATIBLE_LICENSE wildcard handlingRichard Purdie2022-03-021-21/+20
* meta, meta-selftest: Replace more non-SPDX license identifiersPeter Kjellerstedt2022-03-011-3/+4
* meta: Further LICENSE_FLAGS variable updatesSaul Wold2022-02-211-17/+18
* meta: Rename LICENSE_FLAGS variableSaul Wold2022-02-211-1/+1
* insane,license,license_image: Allow treating license problems as errorsMike Crowe2021-10-171-7/+13
* license.bbclass: implement ast.NodeVisitor.visit_ConstantRoss Burton2021-10-141-0/+4
* license: Exclude COPYING.MIT from pseudoRichard Purdie2021-08-041-1/+1
* Convert to new override syntaxRichard Purdie2021-08-021-6/+6
* license: Drop adding RRECOMMENDS for license packagesRichard Purdie2021-07-091-8/+0
* license.bbclass: Improve parsing time when INCOMPATIBLE_LICENSES is bigPeter Kjellerstedt2021-03-141-5/+4
* licenses: Update INCOMPATIBLE_LICENSE for 'or-later' handlingRichard Purdie2021-02-211-0/+6
* licenses: Fix canonical license for 'or-later' handlingRichard Purdie2021-02-211-9/+2
* license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to PSEUDO_IGNOR...Martin Jansa2020-12-241-0/+1
* license.bbclass: Make incompatible_pkg_license return incompatible licsPeter Kjellerstedt2019-12-161-3/+9
* license.bbclass: Introduce AVAILABLE_LICENSES that lists all licensesPeter Kjellerstedt2019-12-161-4/+23
* license.bbclass: split incompatible license check into a helper functionAlexander Kanavin2019-10-151-11/+14
* meta: license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSEQuentin Schulz2019-06-111-1/+1
* classes: Remove tab indentations in python codeRobert Yang2018-11-231-1/+1
* base.bbclass: Display name of licenses which caused SkipRecipeNathan Rossi2018-11-141-9/+10
* classes: sanity-check LIC_FILES_CHKSUMRoss Burton2018-08-141-1/+3
* license: Split image license functions to a separate classRichard Purdie2018-07-251-283/+1
* license: Fix and extend recommendations for license packages.Alp Özmert2018-07-021-0/+3
* license.bbclass: be a bit more strict when searching ${PN}-${LICENSE_PACKAGE_...Martin Jansa2018-04-101-1/+1
* license.bbclass: Minor simplification of get_deployed_dependencies()Peter Kjellerstedt2018-04-101-3/+1
* classes/license: drop erroneous sha256 parameter in LIC_FILES_CHKSUMPaul Eggleton2017-08-311-1/+1
* meta: drop do_bootdirectdisk do_vmimg referencesMing Liu2017-08-031-7/+2
* license.bbclass: improve reproducibilityJuro Bystricky2017-04-101-1/+1
* license: don't assume source files are UTF-8Ross Burton2017-03-101-3/+3
* license.bbclass: run chown only under pseudoMarkus Lehtonen2017-03-011-12/+3
* classes/license.bbclass: Don't copy unneeded licenses by packageAníbal Limón2017-03-011-4/+16
* license.bbclass: Don't copy again LICENSE already handled as no-genericAníbal Limón2017-03-011-0/+6
* kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe2017-03-011-1/+1
* classes/license: Respect beginline and endlineJoshua Watt2017-02-151-11/+23
* meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie2017-01-091-2/+2
* meta: remove True option to getVarFlag callsJoshua Lock2016-12-161-8/+8
* meta: remove True option to getVar callsJoshua Lock2016-12-161-48/+48
* classes/license: copy licenses even if there are no checksummed filesRoss Burton2016-11-061-7/+1
* classes/license: fix handling of symlinks pointed to in LIC_FILES_CHKSUMPaul Eggleton2016-11-061-0/+2
* license.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson2016-10-041-2/+2
* license.bbclass: do not process LICENSE_pn variablesMarkus Lehtonen2016-08-251-15/+1
* license: improve handling of license files with identical basenamesMarkus Lehtonen2016-08-101-8/+22
* classes/license.bbclass: don't set [dirs] and [cleandirs]Ross Burton2016-07-201-2/+0
* classes/license: handle EXDEV if hard link to license failsManuel Huber2016-06-151-5/+15