]> code.ossystems Code Review - openembedded-core.git/commit
meson: enable nativesdk
authorMartin Kelly <mkelly@xevo.com>
Mon, 4 Jun 2018 23:06:02 +0000 (16:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jun 2018 07:52:13 +0000 (08:52 +0100)
commitaabb846b165fec218024a7a57f3c9fdaa2514179
tree4eddcd18c508b71ef7ae803409e9b7a1278339ca
parentf80567874c8c30e43d39599dd73dd4a67eff8103
meson: enable nativesdk

Currently, we can't build meson into SDKs because we don't autogenerate
the required meson.cross file.

Enable this by using the post-relocate hooks and generating a
meson.cross file based on the SDK environment passed into the
post-relocate hook.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc [new file with mode: 0644]
meta/recipes-devtools/meson/meson/meson-setup.py [new file with mode: 0755]
meta/recipes-devtools/meson/meson/meson-wrapper [new file with mode: 0755]
meta/recipes-devtools/meson/meson_0.46.1.bb
meta/recipes-devtools/meson/nativesdk-meson_0.46.1.bb [new file with mode: 0644]