diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-22 15:25:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-25 23:46:55 +0100 |
commit | 2718bb9f2eabc15e3ef7cb5d67f4331de4f751d6 (patch) | |
tree | 3d82fcea0be73fbeaa5332cea2851a4e0fcced93 /scripts/lib | |
parent | c57550c9cca598315ba4408e44b138cecc22b8a0 (diff) | |
download | openembedded-core-2718bb9f2eabc15e3ef7cb5d67f4331de4f751d6.tar.gz openembedded-core-2718bb9f2eabc15e3ef7cb5d67f4331de4f751d6.tar.bz2 openembedded-core-2718bb9f2eabc15e3ef7cb5d67f4331de4f751d6.zip |
siteinfo: Add mechanism to extend siteinfo information from BSP layer
In order to add a new architecture or sub-architecture to OE, you currently
need to tweak the table in siteinfo.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 rp_testfunc2(archinfo, osinfo, targetinfo, d):
archinfo['testarch'] = "little-endian bit-32"
osinfo['testos'] = "common-linux"
targetinfo['mymach-linux'] = "mymach-linux-common"
return archinfo, osinfo, targetinfo
SITEINFO_EXTRA_DATAFUNCS = "rp_testfunc2"
[YOCTO #8554]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions