From e1462d6a49a10087b2f93dc9aaea5d10fc3d0d0a Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Thu, 15 Jun 2017 23:38:04 +0000 Subject: [PATCH] omapl138, omapl138-lcdk: add ti-pdk class configuration Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omapl138.inc | 3 +++ conf/machine/omapl138-lcdk.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/conf/machine/include/omapl138.inc b/conf/machine/include/omapl138.inc index 931995f6..999cbc3a 100644 --- a/conf/machine/include/omapl138.inc +++ b/conf/machine/include/omapl138.inc @@ -1,2 +1,5 @@ require conf/machine/include/omapl1.inc SOC_FAMILY_append = ":omapl138" + +# Set the list of device targets for ti-pdk class recipes +TI_PDK_LIMIT_SOCS = "omapl138" diff --git a/conf/machine/omapl138-lcdk.conf b/conf/machine/omapl138-lcdk.conf index 84e71d07..c2ffb40a 100644 --- a/conf/machine/omapl138-lcdk.conf +++ b/conf/machine/omapl138-lcdk.conf @@ -16,3 +16,6 @@ IMAGE_FSTYPES += "tar.xz" SERIAL_CONSOLE = "115200 ttyS2" KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" + +# Set the list of device targets for ti-pdk class recipes +TI_PDK_LIMIT_BOARDS = "lcdkOMAPL138"