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"