meta-openembedded/meta-oe
Daniel Klauer a119f5cd81 spidev-test: Update common-licenses reference
The license files were renamed in oe-core to match the SPDX names.

Most recipes here were already updated in commit ed54f12e19
("recipes: Update common-licenses references to match new names"),
but spidev-test was still missing.

Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-01-30 15:13:01 -08:00
..
classes classes: Add Android sparse image class 2021-03-08 14:11:59 -08:00
conf conf/layer.conf: include .bbappend files in BBFILES_DYNAMIC 2021-03-28 12:12:57 -07:00
dynamic-layers recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
lib/oeqa/selftest/cases PEP8 double aggressive E301 ~ E306 2021-04-17 06:47:18 -07:00
licenses libeigen: update LICENSE information 2021-06-27 06:40:50 -07:00
recipes-benchmark recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-bsp recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-connectivity recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-core dbus-cxx: fix fetch error. 2022-01-30 15:13:01 -08:00
recipes-crypto recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-dbs mariadb: Upgrade to 10.5.13 2022-01-30 15:13:01 -08:00
recipes-devtools protobuf: Fix static init fiasco on 3.15.2 2022-01-30 15:13:01 -08:00
recipes-extended redis: add back missing patch 2021-12-27 14:44:57 -08:00
recipes-gnome recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-graphics recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-kernel spidev-test: Update common-licenses reference 2022-01-30 15:13:01 -08:00
recipes-multimedia recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-navigation gpsd: backport d-bus message time patch from upstream 2021-04-03 07:46:03 -07:00
recipes-printing qpdf: upgrade 10.0.4 -> 10.2.0 2021-03-04 09:04:24 -08:00
recipes-security softhsm: update to 2.6.1 and align 2021-02-17 14:01:51 -08:00
recipes-shells dash: upgrade 0.5.11.3 -> 0.5.11.5 2021-09-26 16:26:19 -07:00
recipes-support udisks2: upgrade from 2.9.2 to 2.9.4 2022-01-27 07:56:43 -08:00
recipes-test googletest: Switch branch from master to main 2021-12-27 14:44:57 -08:00
COPYING.MIT
README README: updated Maintainers list for Hardknott 2021-03-31 07:05:07 -07:00

meta-oe
=======

This layer depends on:

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

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
packages to fullfit this might have different names on different host distributions
e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu
sudo apt-get install gcc-multilib

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][hardknott][PATCH"'

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

Other services like GitLab, 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.

Branch maintainer: Armin Kuster <akuster@gmail.com>