diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2017-06-15 23:38:04 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-15 18:02:06 -0400 |
| commit | e1462d6a49a10087b2f93dc9aaea5d10fc3d0d0a (patch) | |
| tree | 7757a48017a45442f2e5cc08e49de379d8f3479f /conf | |
| parent | fd93874d56563249dd41896102386dd79cb25645 (diff) | |
| download | meta-ti-e1462d6a49a10087b2f93dc9aaea5d10fc3d0d0a.tar.gz | |
omapl138, omapl138-lcdk: add ti-pdk class configuration
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/omapl138.inc | 3 | ||||
| -rw-r--r-- | conf/machine/omapl138-lcdk.conf | 3 |
2 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | require conf/machine/include/omapl1.inc | 1 | require conf/machine/include/omapl1.inc |
| 2 | SOC_FAMILY_append = ":omapl138" | 2 | SOC_FAMILY_append = ":omapl138" |
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | 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" | |||
| 16 | SERIAL_CONSOLE = "115200 ttyS2" | 16 | SERIAL_CONSOLE = "115200 ttyS2" |
| 17 | 17 | ||
| 18 | KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" | 18 | KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" |
| 19 | |||
| 20 | # Set the list of device targets for ti-pdk class recipes | ||
| 21 | TI_PDK_LIMIT_BOARDS = "lcdkOMAPL138" | ||
