meta-openembedded/meta-oe
Martin Jansa 09a124785f ne10: set NE10_TARGET_ARCH with an override instead of anonymous python
* set COMPATIBLE_MACHINE to (^$) to prevent building it for any other
  architectures than armv7a and aarch64
* with new arm tune files it's easy to have armv7a in OVERRIDES even
  when there isn't armv7a in TUNE_FEATURES:
  meta/conf/machine/include/tune-cortexa9.inc:7
     "${@bb.utils.contains('TUNE_FEATURES', 'cortexa9', 'armv7a:', '',d)}"
  in cases like this COMPATIBLE_MACHINE was satisfied thanks to the
  armv7a OVERRIDE, but then the anonymous python was failing with:
  ne10 was skipped: Incompatible with archs other than armv7 and aarch64

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-29 10:13:56 -07:00
..
classes meta-oe: remove True option to getVar calls (again) 2019-01-13 10:28:01 -08:00
conf layer.conf: Add warrior to compatible release series 2019-04-01 19:49:48 -07:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses Also remove meta-oe/licenses/vim 2019-03-08 05:38:38 -08:00
recipes-benchmark s-suite: push SRCREV to version 3.2 2019-04-16 21:07:25 -07:00
recipes-bsp ledmon: Mark as incompatible on musl instead of adding bogus patch 2019-04-29 10:13:56 -07:00
recipes-connectivity hostapd: Upgrade to 2.8 2019-04-29 10:13:56 -07:00
recipes-core Revert "ell: remove recipe" 2019-04-29 10:13:56 -07:00
recipes-crypto libsodium: update to 1.0.17 2019-03-15 13:57:47 -07:00
recipes-dbs utilities: Fix build failure with -Werror=maybe-uninitialized 2019-03-19 20:59:40 -07:00
recipes-devtools sip: Update to 4.19.16. 2019-04-16 21:07:25 -07:00
recipes-extended indent: Upgrade to 2.2.12 2019-04-29 10:13:56 -07:00
recipes-gnome libpeas: rework gobject-introspection handling 2019-04-06 08:22:22 -07:00
recipes-graphics openbox: Add python-shell as a runtime dependency 2019-04-27 10:13:07 -07:00
recipes-kernel crash: Upgrade to 7.2.5 2019-03-14 07:24:03 -07:00
recipes-multimedia alsa-oss: Upgrade to 1.1.8 2019-04-06 16:59:58 -07:00
recipes-navigation gpsd: split one dpg package 2018-09-17 22:23:29 -07:00
recipes-security nmap: Fix build on RISC-V 2019-03-07 09:33:45 -08:00
recipes-shells dash: upgrade 0.5.9.1 -> 0.5.10.2 2019-03-01 18:51:29 -08:00
recipes-support ne10: set NE10_TARGET_ARCH with an override instead of anonymous python 2019-04-29 10:13:56 -07:00
recipes-test cppunit: fix patch fuzz warning 2019-03-28 11:55:34 -07:00
COPYING.MIT
README Update maintainers 2018-08-27 10:53:58 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj <raj.khem@gmail.com>