summaryrefslogtreecommitdiff
path: root/meta-quanta/conf
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28meta-quanta: layer.conf: Add meta-common to layer confSpencerKu1-2/+2
Since there add two packages to meta-common, need to modify layer conf. (From meta-quanta rev: 13b3272dff2f0304c6be20e0e8c916ad3d5cd01e) Signed-off-by: SpencerKu <Spencer.Ku@quantatw.com> Change-Id: Ia0d3bdcc753293af660e662a9c91225021f2be78 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28meta-quanta: dunfell: add support for new layerAndrew Geissler1-1/+1
(From meta-quanta rev: cbd23c178e4a13d876c5f4fd0ca111f8fec43a83) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idd24cffd70bbb8b9cd9f11e746c0759874ed8a95 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-09-23meta-quanta: layer.conf: add zeus compatibilityPatrick Venture1-1/+1
OE-core master will be dropping warrior soon; zeus is the next release. (From meta-quanta rev: bee6771b647c0da99af4d06a3f60b7445d8427aa) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I7c5f88138fffd3ef7649270bc2e44354450018a8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-14meta-quanta: Remove references to QUANTABASEBrad Bishop1-3/+0
QUANTABASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-quanta rev: 170929b6044497d12e65a6a2c5e7025262c9d783) Change-Id: I12defd008e095db3227e5cd39261f942abd1406c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-23meta-quanta: conf bugfix: layerPatrick Venture1-3/+7
Fix the quanta layer to be named "quanta-layer" to conform to expectations. Also add missing boilerplate code to add recipes from this layer. There are currently no recipes in this layer outside of within a machine specification, but the change will prevent future bugs. (From meta-quanta rev: 7cbfa54ecf5fb464dfd1a93090b9462261105f9c) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I1c0ac88ee4e502563ed89612657f230548d4b58d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-09meta-quanta: layer.conf: set BBFILE_PATTERNPatrick Venture1-1/+1
Bitbake uses this regex to associate recipes and bbappends from BBFILES (which contains recipes and bbappends from -all- layers listed in bblayers.conf) to this layer. The association is then used to map the BBFILE_PRIORITY value for this layer onto the recipes provided by this layer. BBFILE_PRIORITY is used to determine which recipe to use when the same recipe appears in multiple layers. Without BBFILE_PATTERN set, recipes in this layer will get a default priority and not the priority specified in BBFILE_PRIORITY. This layer doesn't set a priority anyway, so functionally this patch is a noop but it is an improvement from a correctness standpoint, and it makes a warning go away Removes warning: WARNING: No bb files matched BBFILE_PATTERN_quanta '' (From meta-quanta rev: 745d571bfb21a95152a1f5a112f837f4fa321680) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I3b0f8acdd06ac9842a20a77efc5655966078ce1c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24meta-quanta: set compat for quanta layerPatrick Venture1-0/+1
Set the compatible layer for meta-quanta. (From meta-quanta rev: 6beb6d2b30c46c24d2d0e1f3d255b85adb797f77) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idfad608e2cef6bdaae6bc0dc2b3c1bcd9cfa3d32 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-02quanta: layer.conf: Add QUANTABASEBrad Bishop1-0/+3
Define a variable that recipes can use for finding the root of the quanta layer. Typically this is used to refer to the layer LICENSE for recipes that don't have any source repository. (From meta-quanta rev: 0ac2ffc05a27ca1e880c7f95e86be7241c721c38) Change-Id: Ia9d9917525eb6197b9acd957e57784c2fb8d6c14 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley1-0/+5
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>