]> code.ossystems Code Review - openembedded-core.git/commit
siteinfo: Recognize bigendian sh3be and sh4be
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 17 Oct 2020 09:27:12 +0000 (11:27 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 19 Oct 2020 14:41:22 +0000 (04:41 -1000)
commit197b405dd098f6b214837d224f40d33b018b7c16
treec4cdb33be2496b73a4e026fa0aede1ba7ec50d4c
parent8c602978de9fd57ab19019856ad6cee1065b5c01
siteinfo: Recognize bigendian sh3be and sh4be

* seems to be broken for many years, does someone still use sh3/sh4?

  scripts/tune/log.fake-sh3.sh3eb:
  Parsing recipes...
  ERROR: /OE/build/oe-core/openembedded-core/meta/recipes-devtools/vala/vala_0.48.9.bb: Unable to determine endianness for architecture 'sh3eb'
  ERROR: /OE/build/oe-core/openembedded-core/meta/recipes-devtools/vala/vala_0.48.9.bb: Please add your architecture to siteinfo.bbclass

  scripts/tune/log.fake-sh4.sh4aeb
  scripts/tune/log.fake-sh4.sh4eb:
  Parsing recipes...
  ERROR: /OE/build/oe-core/openembedded-core/meta/recipes-support/vim/vim-tiny_8.2.bb: Unable to determine endianness for architecture 'sh4eb'
  ERROR: /OE/build/oe-core/openembedded-core/meta/recipes-support/vim/vim-tiny_8.2.bb: Please add your architecture to siteinfo.bbclass

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1f26495884b8f567aecadc5936651846dfeed3f5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/siteinfo.bbclass