]> code.ossystems Code Review - openembedded-core.git/commit
sanity: check the format of SDK_VENDOR
authorRoss Burton <ross.burton@intel.com>
Mon, 14 Oct 2019 11:42:57 +0000 (12:42 +0100)
committerArmin Kuster <akuster808@gmail.com>
Sat, 26 Oct 2019 06:44:33 +0000 (23:44 -0700)
commit95d3ca54453cdb0662fae2a2cf7e8173611c86f4
tree88f04614d44706477d6e23b5b2ead31a4573200f
parent691f04965faf58d9d6323898478916ae306d046c
sanity: check the format of SDK_VENDOR

If SDK_VENDOR isn't formatted as -foosdk and is instead for example -foo-sdk
then the triple that are constructed are not in fact triples, which results in
mysterious compile errors.

Check in sanity.bbclass so this failure is detected early.

[ YOCTO #13573 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b0efd8d4d0dbc30e6505b42f5603f18fa764d732)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/sanity.bbclass