diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2023-01-30 13:01:06 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-02-06 07:32:41 -0500 |
commit | 3529cfb43e47015aa0621755e7b6536b7947d295 (patch) | |
tree | 73ae8cccbe1a8c798e59dbfb421f0c47a6696ef6 | |
parent | 7eed4a60f594a1a90906acf3b3416d16c53bc72a (diff) | |
download | meta-security-3529cfb43e47015aa0621755e7b6536b7947d295.tar.gz |
linux-yocto: drop version from bbappends
These bbappends apply to multiple kernel versions so no
need to make them version dependent. Fixes recipe parsing when
using meta-security master branch on kirkstone. In our custom layer we
set layer compatibility for kirkstone and I understand why meta-security
upstream would not want to do that:
LAYERSERIES_COMPAT_security-layer += 'kirkstone'
LAYERSERIES_COMPAT_parsec-layer += 'kirkstone'
LAYERSERIES_COMPAT_tpm-layer += 'kirkstone'
While I work towards supporting also yocto master branch and newer
releases than kirkstone, I would appreciate if I would not have to
branch off layers over minor details like this.
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-kernel/linux/linux-yocto_%.bbappend (renamed from meta-tpm/recipes-kernel/linux/linux-yocto_6.%.bbappend) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto_%.bbappend (renamed from recipes-kernel/linux/linux-yocto_6.%.bbappend) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/meta-tpm/recipes-kernel/linux/linux-yocto_6.%.bbappend b/meta-tpm/recipes-kernel/linux/linux-yocto_%.bbappend index e8027ff..e8027ff 100644 --- a/meta-tpm/recipes-kernel/linux/linux-yocto_6.%.bbappend +++ b/meta-tpm/recipes-kernel/linux/linux-yocto_%.bbappend | |||
diff --git a/recipes-kernel/linux/linux-yocto_6.%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend index 1d9054f..1d9054f 100644 --- a/recipes-kernel/linux/linux-yocto_6.%.bbappend +++ b/recipes-kernel/linux/linux-yocto_%.bbappend | |||