]> code.ossystems Code Review - openembedded-core.git/commit
xmlcatalog: new class to update the XML catalogue
authorRoss Burton <ross.burton@intel.com>
Thu, 4 Apr 2019 22:16:36 +0000 (23:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Apr 2019 16:27:40 +0000 (17:27 +0100)
commit28c58cff76b24cea2745352c6557a81c04d85138
tree98d4243453aab28cccffc93b09c38657deef6a32
parente0dbe1abaaa4a5058979ba7753262a58e2ead14b
xmlcatalog: new class to update the XML catalogue

This is a new class to handle recipes that need to add/remove entries in the XML
Catalog(ue)[1].  In the future it will handle updating the catalogue on the
target, but the immediate requirement is during the build so currently this only
works with native recipes.

Note that as this is a new class and target use hasn't been implemented yet, it
is possible that the behaviour of this class will change.

[1] https://en.wikipedia.org/wiki/XML_catalog

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/xmlcatalog.bbclass [new file with mode: 0644]