]> code.ossystems Code Review - openembedded-core.git/commit
mcextend: Add helper class useful for multiconfig
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Mar 2019 14:34:01 +0000 (14:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Mar 2019 15:38:08 +0000 (15:38 +0000)
commit9ad19eb12c24d1ddc967215af0ebafd2cd2cb665
treeb3c4f5d43aaf7b13f799281c7edc8975fa2b94b8
parent9c20f8c6e4bb5157550e347ffd6ef790eb6a1200
mcextend: Add helper class useful for multiconfig

This class allows users to easily create multiconfig BBCLASSEXTEND recipes
and is generally useful. It will be used by new tests so add as a general
feature.

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