diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-23 00:05:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-30 23:04:16 +0100 |
commit | 9c2e9616c26d511fb90ff4af11d064151c29792f (patch) | |
tree | 45c492d8282f50cc6763ef36810222e1d7ceda75 /meta/recipes-kernel/linux-firmware | |
parent | 462a873cd3fe9fce5a30f48abf0d5192fe94b6d9 (diff) | |
download | poky-9c2e9616c26d511fb90ff4af11d064151c29792f.tar.gz |
license.bbclass: allow copying license not in common licenses
Some package like linux-firmware has many licenses that aren't in any
way common, and new ones will be added from time to time, in order to
avoid adding bunch of such common license files that are only applicable
to a specific package, NO_GENERIC_LICENSE is added to allow copying license
not in common licenses, it should be used in the recipe as:
NO_GENERIC_LICENSE[<license_name>] = "<license file in fetched source>"
e.g.
NO_GENERIC_LICENSE[Firmware-Abilis] = "LICENCE.Abilis.txt"
(From OE-Core rev: 56930227128d55dab22f79138152b29cf040ceff)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
0 files changed, 0 insertions, 0 deletions