diff options
author | Andrew Davis <afd@ti.com> | 2023-04-11 16:52:41 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-04-14 14:27:19 -0500 |
commit | 431bedde35a75260310d94502fa62bb1038054f5 (patch) | |
tree | a175c97c73662fcdc036c3fbe8423a16c35affd5 /meta-ti-bsp/recipes-kernel | |
parent | 13941b99761dc1b5822ecc32cbb00a16dccc8111 (diff) | |
download | meta-ti-431bedde35a75260310d94502fa62bb1038054f5.tar.gz |
linux-ti-next: Add defconfig for OMAP-L138
Not sure if anyone is testing on this device with -next, but for
completeness add its defconfig.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel')
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb index b540e508..62831c9c 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb | |||
@@ -20,6 +20,7 @@ PV = "6.1.0-rc1+git${SRCPV}" | |||
20 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master" | 20 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master" |
21 | 21 | ||
22 | DEFCONFIG_NAME = "multi_v7_defconfig" | 22 | DEFCONFIG_NAME = "multi_v7_defconfig" |
23 | DEFCONFIG_NAME:omapl138 = "davinci_all_defconfig" | ||
23 | DEFCONFIG_NAME:k3 = "defconfig" | 24 | DEFCONFIG_NAME:k3 = "defconfig" |
24 | KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}" | 25 | KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}" |
25 | 26 | ||