diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-25 22:44:44 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-27 17:23:59 -0600 |
| commit | a574c66e9f343e75fcb7edd3ae62a0deb1380f91 (patch) | |
| tree | 13b8533da5c16b7369bfa407bf6c9a127b0951a6 /meta-rockchip-extra/conf/layer.conf | |
| parent | ca6a84507f4130359a9f965eabd2d35272feb0bc (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/layer.conf')
| -rw-r--r-- | meta-rockchip-extra/conf/layer.conf | 14 |
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" |
