From 70df75089a1ffbfd073d623e32d6417488b79491 Mon Sep 17 00:00:00 2001 From: unitexe Date: Wed, 25 Feb 2026 22:44:44 -0600 Subject: 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. --- meta-rockchip-extra/conf/layer.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-rockchip-extra/conf/layer.conf (limited to 'meta-rockchip-extra/conf/layer.conf') 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" -- cgit v1.2.3