mirror of
https://github.com/tuxbox-neutrino/buildenv.git
synced 2025-08-26 15:02:58 +02:00
rework script for more required layers and configurations
This commit is contained in:
24
files/0001-openembedded-disable-meta-python.patch
Normal file
24
files/0001-openembedded-disable-meta-python.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
From 090a04acb63ed1d7fc829fa41de9c5ee86d249c1 Mon Sep 17 00:00:00 2001
|
||||
From: Thilo Graf <dbt@novatux.de>
|
||||
Date: Sun, 24 Jul 2022 14:53:27 +0200
|
||||
Subject: [PATCH 1/2] openembedded: disable meta-python
|
||||
|
||||
---
|
||||
meta-multimedia/conf/layer.conf | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
|
||||
index be0e2b362..eb10c6eaa 100644
|
||||
--- a/meta-multimedia/conf/layer.conf
|
||||
+++ b/meta-multimedia/conf/layer.conf
|
||||
@@ -29,6 +29,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_multimedia-layer = "1"
|
||||
|
||||
-LAYERDEPENDS_multimedia-layer = "core meta-python"
|
||||
+#LAYERDEPENDS_multimedia-layer = "core meta-python"
|
||||
|
||||
LAYERSERIES_COMPAT_multimedia-layer = "gatesgarth"
|
||||
--
|
||||
2.35.1
|
||||
|
@@ -0,0 +1,27 @@
|
||||
From eb53094f171a3833f19b20667bda236d78a44ca9 Mon Sep 17 00:00:00 2001
|
||||
From: Thilo Graf <dbt@novatux.de>
|
||||
Date: Sun, 24 Jul 2022 14:56:09 +0200
|
||||
Subject: [PATCH 2/2] openembedded: disable openembedded-layer, meta-phyton
|
||||
|
||||
---
|
||||
meta-networking/conf/layer.conf | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
|
||||
index bd0a44cae..dce550fe2 100644
|
||||
--- a/meta-networking/conf/layer.conf
|
||||
+++ b/meta-networking/conf/layer.conf
|
||||
@@ -14,8 +14,8 @@ BBFILE_PRIORITY_networking-layer = "5"
|
||||
LAYERVERSION_networking-layer = "1"
|
||||
|
||||
LAYERDEPENDS_networking-layer = "core"
|
||||
-LAYERDEPENDS_networking-layer += "openembedded-layer"
|
||||
-LAYERDEPENDS_networking-layer += "meta-python"
|
||||
+#LAYERDEPENDS_networking-layer += "openembedded-layer"
|
||||
+#LAYERDEPENDS_networking-layer += "meta-python"
|
||||
|
||||
LAYERSERIES_COMPAT_networking-layer = "gatesgarth"
|
||||
|
||||
--
|
||||
2.35.1
|
||||
|
Reference in New Issue
Block a user