Skip to content

Commit

Permalink
remove the rest of the layer meta-leda-backports
Browse files Browse the repository at this point in the history
- remove llvm from backports layer (the correct version required by meta-clang is already present there.)
- add BBMASK to poky llvm to avoid build time warnings

Signed-off-by: Guenther Meyer <g.meyer@signum-media.de>
  • Loading branch information
d-s-e committed Dec 19, 2023
1 parent a534db9 commit 13b4f6c
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 340 deletions.
4 changes: 3 additions & 1 deletion .config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ local_conf_header:
RAUC_CERT_FILE = "${TOPDIR}/../examples/rauc/development-1.cert.pem"
RAUC_KEYRING_URI = "file://${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_FILE = "${TOPDIR}/../examples/rauc/ca.cert.pem"
meta-clang: |
# mask the llvm recipe provided by kirkstone to avoid warnings:
BBMASK += "/poky/meta/recipes-devtools/llvm/"
repos:
# This entry includes the repository where the config file is located
# to the bblayers.conf:
Expand Down Expand Up @@ -88,7 +91,6 @@ repos:
path: ./
layers:
meta-leda-bsp:
meta-leda-backports:
meta-leda-components:
meta-leda-distro:
meta-leda-distro-container:
4 changes: 3 additions & 1 deletion kas/.config-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ local_conf_header:
needed-features: |
DISTRO_FEATURES += " sdv rauc virtualization"
INHERIT += " rm_work"
meta-clang: |
# mask the llvm recipe provided by kirkstone to avoid warnings:
BBMASK += "/poky/meta/recipes-devtools/llvm/"
repos:
poky:
url: "https://git.yoctoproject.org/git/poky"
Expand Down Expand Up @@ -67,5 +70,4 @@ repos:
meta-leda:
path: ./
layers:
meta-leda-backports:
meta-leda-components:
4 changes: 3 additions & 1 deletion kas/.config-kirkstone-rpi4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ local_conf_header:
RAUC_CERT_FILE = "${COREBASE}/../examples/rauc/development-1.cert.pem"
RAUC_KEYRING_URI = "file://${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_FILE = "${TOPDIR}/../examples/rauc/ca.cert.pem"
meta-clang: |
# mask the llvm recipe provided by kirkstone to avoid warnings:
BBMASK += "/poky/meta/recipes-devtools/llvm/"
repos:
# This entry includes the repository where the config file is located
# to the bblayers.conf:
Expand Down Expand Up @@ -91,7 +94,6 @@ repos:
path: ./
layers:
meta-leda-bsp:
meta-leda-backports:
meta-leda-components:
meta-leda-distro:
meta-leda-distro-container:
4 changes: 3 additions & 1 deletion kas/.config-kirkstone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ local_conf_header:
RAUC_CERT_FILE = "${TOPDIR}/../examples/rauc/development-1.cert.pem"
RAUC_KEYRING_URI = "file://${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_FILE = "${TOPDIR}/../examples/rauc/ca.cert.pem"
meta-clang: |
# mask the llvm recipe provided by kirkstone to avoid warnings:
BBMASK += "/poky/meta/recipes-devtools/llvm/"
repos:
# This entry includes the repository where the config file is located
# to the bblayers.conf:
Expand Down Expand Up @@ -88,7 +91,6 @@ repos:
path: ./
layers:
meta-leda-bsp:
meta-leda-backports:
meta-leda-components:
meta-leda-distro:
meta-leda-distro-container:
4 changes: 3 additions & 1 deletion kas/.config-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ local_conf_header:
RAUC_CERT_FILE = "${TOPDIR}/../examples/rauc/development-1.cert.pem"
RAUC_KEYRING_URI = "file://${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_FILE = "${TOPDIR}/../examples/rauc/ca.cert.pem"
meta-clang: |
# mask the llvm recipe provided by kirkstone to avoid warnings:
BBMASK += "/poky/meta/recipes-devtools/llvm/"
repos:
# This entry includes the repository where the config file is located
# to the bblayers.conf:
Expand Down Expand Up @@ -88,7 +91,6 @@ repos:
path: ./
layers:
meta-leda-bsp:
meta-leda-backports:
meta-leda-components:
meta-leda-distro:
meta-leda-distro-container:
25 changes: 0 additions & 25 deletions meta-leda-backports/conf/layer.conf

This file was deleted.

17 changes: 0 additions & 17 deletions meta-leda-backports/recipes-devtools/COPYING.MIT

This file was deleted.

This file was deleted.

This file was deleted.

51 changes: 0 additions & 51 deletions meta-leda-backports/recipes-devtools/llvm/llvm/llvm-config

This file was deleted.

Loading

0 comments on commit 13b4f6c

Please sign in to comment.