]> code.ossystems Code Review - openembedded-core.git/commit
license: Split image license functions to a separate class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jul 2018 15:34:31 +0000 (15:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jul 2018 15:48:13 +0000 (16:48 +0100)
commitfd44b8b4b2484f2d35c7a0e749e7dc316d601989
treeb3afbfc0f4f4b6b190c47702a55923f3de07ae2b
parenta740c638148ed7236c49eed55ae9a15b94e55b9f
license: Split image license functions to a separate class

This means the image code is only included in image recipes through
the IMAGE_CLASSES variable.

This sets things up to allow us to fix image deploy dependency problems.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license.bbclass
meta/classes/license_image.bbclass [new file with mode: 0644]