diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-22 15:25:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:25 +0100 |
commit | e693f2e641afa88dfb53371482e9c5be8dc8eb92 (patch) | |
tree | 6cdff15893f92aa60019a0d0e16e8400bac32768 /meta/classes/distutils-common-base.bbclass | |
parent | 1393b23f512b42d0dc547677f3fc3a88f3864a31 (diff) | |
download | poky-e693f2e641afa88dfb53371482e9c5be8dc8eb92.tar.gz |
insane: Add mechanism to extend QA machine information from BSP layer
In order to add a new architecture or sub-architecture to OE, you currently
need to tweak the table in insane.bbclass. This adds a mechanism so this
can be done from a BSP layer. It needs a function definition which needs
a class file but can then be done with something like:
def my_testfunc(machdata, d):
machdata["testmachine"] = {
"test64": ( 8, 0, 0, False, 32),
"testel": ( 8, 0, 0, True, 32),
}
return machdata
PACKAGEQA_EXTRA_MACHDEFFUNCS = "my_testfunc"
[YOCTO #8554]
(From OE-Core rev: c57550c9cca598315ba4408e44b138cecc22b8a0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/distutils-common-base.bbclass')
0 files changed, 0 insertions, 0 deletions