diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-08 21:07:06 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-09 20:35:29 +0000 |
commit | 11308caec736b1141d5be8f2649a2bb073ae144d (patch) | |
tree | ad635358d58b4408b60cb60184b464a08be534fb | |
parent | 2e42600d77c799c8cfa7c6eead7ffed13a193093 (diff) |
meta-ti-bsp: linux-bb.org: add bbappend to apply AGL config fragments
Add bbappend to apply AGL kernel config fragments to the new linux-bb.org
kernel recipe used in meta-ti-bsp for Beagle platforms now.
Bug-AGL: SPEC-4785
Change-Id: I2ca57d4a70b296fd00e72520ada267d96a149a21
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28857
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 07c3fbfb7716c290bdcf3931f27bea1a36fb6520)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28842
-rw-r--r-- | meta-agl-bsp/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_%.bbappend b/meta-agl-bsp/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_%.bbappend new file mode 100644 index 000000000..07ba7d4d1 --- /dev/null +++ b/meta-agl-bsp/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_%.bbappend @@ -0,0 +1,2 @@ +require recipes-kernel/linux/linux-agl-config.inc + |