diff options
author | Andrew Davis <afd@ti.com> | 2023-04-11 16:52:41 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-04-12 07:54:04 -0500 |
commit | 07dd54cb14b322848920a043aa8223837e1b850d (patch) | |
tree | 4fb728583b0acaf4d6af7934d5ce40445b3b68fa | |
parent | 98427b0011e030fadcd48eaf89cc8fcd1b6c98ab (diff) | |
download | meta-ti-07dd54cb14b322848920a043aa8223837e1b850d.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>
-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 | ||