summaryrefslogtreecommitdiff
path: root/meta-rockchip-extra/conf
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-25 22:44:44 -0600
committerunitexe <unitexe70@gmail.com>2026-03-02 22:56:03 -0600
commit70df75089a1ffbfd073d623e32d6417488b79491 (patch)
tree4c6412b53ad0b8e5ba6547299fb1432e59be49b2 /meta-rockchip-extra/conf
parenta960f82818f0ad4c4df50efa4cc6540ffa8ee193 (diff)
Introduce meta-rockchip-extra to apply serial baud rate patches
I don't have a USB to serial converter that works with the default baud rate.
Diffstat (limited to 'meta-rockchip-extra/conf')
-rw-r--r--meta-rockchip-extra/conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-rockchip-extra/conf/layer.conf b/meta-rockchip-extra/conf/layer.conf
new file mode 100644
index 0000000..4205b3b
--- /dev/null
+++ b/meta-rockchip-extra/conf/layer.conf
@@ -0,0 +1,14 @@
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "\
+ ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend \
+"
+
+BBFILE_COLLECTIONS += "rockchip-extra-layer"
+BBFILE_PATTERN_rockchip-extra-layer = "^${LAYERDIR}/"
+BBFILE_PRIORITY_rockchip-extra-layer = "2"
+
+LAYERDEPENDS_rockchip-extra-layer += "rockchip"
+
+LAYERSERIES_COMPAT_rockchip-extra-layer = "whinlatter"