Updated all corresponding defconfigs as well. Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/{am180x-evm.conf => omapl138-lcdk.conf} | 6 +++--- recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig | 1 + .../linux/linux-ti-staging-systest-4.9/omapl138/defconfig | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) rename conf/machine/{am180x-evm.conf => omapl138-lcdk.conf} (66%) create mode 100644 recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig create mode 100644 recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/omapl138-lcdk.conf similarity index 66% rename from conf/machine/am180x-evm.conf rename to conf/machine/omapl138-lcdk.conf index ef248a3..84e71d0 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/omapl138-lcdk.conf @@ -1,11 +1,11 @@ #@TYPE: Machine -#@NAME: AM180x CPUs on an AM180x EVM board -#@DESCRIPTION: Machine configuration for the TI AM180x EVM board +#@NAME: OMAP-L138 LCDK +#@DESCRIPTION: Machine configuration for the TI OMAP-L138 LCDK board require conf/machine/include/davinci.inc require conf/machine/include/omapl138.inc -UBOOT_MACHINE = "da850_am18xxevm_config" +UBOOT_MACHINE = "omapl138_lcdk_config" UBOOT_SUFFIX = "ais" UBOOT_ENTRYPOINT = "0xc0008000" diff --git a/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig b/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig new file mode 100644 index 0000000..b346785 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig @@ -0,0 +1 @@ +use-tisdk-config=ti_sdk_omapl138_release diff --git a/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig b/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig new file mode 100644 index 0000000..95b6116 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig @@ -0,0 +1 @@ +use-tisdk-config=ti_sdk_omapl138_debug -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
