Signed-off-by: Jacob Stiffler <[email protected]> --- 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 931995f..999cbc3 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 84e71d0..c2ffb40 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" -- 1.9.1 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
