diff options
-rw-r--r-- | conf/machine/am57xx-evm.conf | 3 | ||||
-rw-r--r-- | conf/machine/beaglebone.conf | 3 | ||||
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/include/k2e.inc | 4 | ||||
-rw-r--r-- | conf/machine/include/k2g.inc | 4 | ||||
-rw-r--r-- | conf/machine/include/k2hk.inc | 4 | ||||
-rw-r--r-- | conf/machine/include/omap-a15.inc | 3 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 4 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 4 | ||||
-rw-r--r-- | conf/machine/k2l-evm.conf | 4 |
10 files changed, 37 insertions, 0 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 7ebf8094..3bc2d132 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -38,3 +38,6 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" | |||
38 | # UBI: sub-page size: 512 | 38 | # UBI: sub-page size: 512 |
39 | # UBI: VID header offset: 2048 (aligned 2048) | 39 | # UBI: VID header offset: 2048 (aligned 2048) |
40 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 40 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
41 | |||
42 | # Set the list of device targets for ti-pdk class recipes | ||
43 | TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x" | ||
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index d1ed0e13..715d2f21 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -19,3 +19,6 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
19 | UBOOT_MACHINE = "am335x_boneblack_config" | 19 | UBOOT_MACHINE = "am335x_boneblack_config" |
20 | 20 | ||
21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
22 | |||
23 | # Refine the list of device targets for ti-pdk class recipes | ||
24 | TI_PDK_LIMIT_BOARDS = "bbbAM335x" | ||
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index ed37770d..993ca233 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -37,3 +37,7 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" | |||
37 | # UBI: sub-page size: 512 | 37 | # UBI: sub-page size: 512 |
38 | # UBI: VID header offset: 2048 (aligned 2048) | 38 | # UBI: VID header offset: 2048 (aligned 2048) |
39 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 39 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
40 | |||
41 | # Set the list of device targets for ti-pdk class recipes | ||
42 | TI_PDK_LIMIT_BOARDS = "evmDRA72x evmDRA75x evmDRA78x" | ||
43 | TI_PDK_LIMIT_SOCS_append = " dra72x dra75x dra78x" | ||
diff --git a/conf/machine/include/k2e.inc b/conf/machine/include/k2e.inc index ce3d9c8a..6797fb29 100644 --- a/conf/machine/include/k2e.inc +++ b/conf/machine/include/k2e.inc | |||
@@ -1,2 +1,6 @@ | |||
1 | require conf/machine/include/keystone.inc | 1 | require conf/machine/include/keystone.inc |
2 | SOC_FAMILY_append = ":k2e" | 2 | SOC_FAMILY_append = ":k2e" |
3 | |||
4 | # Set the list of device targets for ti-pdk class recipes | ||
5 | TI_PDK_LIMIT_SOCS = "k2e" | ||
6 | TI_PDK_LIMIT_BOARDS = "evmK2E" | ||
diff --git a/conf/machine/include/k2g.inc b/conf/machine/include/k2g.inc index 3cd540d5..7bcc412b 100644 --- a/conf/machine/include/k2g.inc +++ b/conf/machine/include/k2g.inc | |||
@@ -1,2 +1,6 @@ | |||
1 | require conf/machine/include/keystone.inc | 1 | require conf/machine/include/keystone.inc |
2 | SOC_FAMILY_append = ":k2g" | 2 | SOC_FAMILY_append = ":k2g" |
3 | |||
4 | # Set the list of device targets for ti-pdk class recipes | ||
5 | TI_PDK_LIMIT_SOCS = "k2g" | ||
6 | TI_PDK_LIMIT_BOARDS = "evmK2G iceK2G" | ||
diff --git a/conf/machine/include/k2hk.inc b/conf/machine/include/k2hk.inc index 4f308471..2d2dd6a0 100644 --- a/conf/machine/include/k2hk.inc +++ b/conf/machine/include/k2hk.inc | |||
@@ -1,2 +1,6 @@ | |||
1 | require conf/machine/include/keystone.inc | 1 | require conf/machine/include/keystone.inc |
2 | SOC_FAMILY_append = ":k2hk" | 2 | SOC_FAMILY_append = ":k2hk" |
3 | |||
4 | # Set the list of device targets for ti-pdk class recipes | ||
5 | TI_PDK_LIMIT_SOCS = "k2h k2k" | ||
6 | TI_PDK_LIMIT_BOARDS = "evmK2H evmK2K" | ||
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index 0ea428f2..0c49753b 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc | |||
@@ -34,3 +34,6 @@ UBI_VOLNAME = "rootfs" | |||
34 | 34 | ||
35 | # List common SoC features, may need to add touchscreen for specific machines | 35 | # List common SoC features, may need to add touchscreen for specific machines |
36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp" | 36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp" |
37 | |||
38 | # Set the list of device targets for ti-pdk class recipes | ||
39 | TI_PDK_LIMIT_SOCS = "am571x am572x" | ||
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 73d9aa49..e1f5bbda 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -42,3 +42,7 @@ EXTRA_IMAGEDEPENDS += "u-boot" | |||
42 | 42 | ||
43 | # List common SoC features, may need to add touchscreen for specific machines | 43 | # List common SoC features, may need to add touchscreen for specific machines |
44 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" | 44 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" |
45 | |||
46 | # Set the list of device targets for ti-pdk class recipes | ||
47 | TI_PDK_LIMIT_SOCS = "am335x" | ||
48 | TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x" | ||
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 2a2fd8dc..88308002 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -42,3 +42,7 @@ EXTRA_IMAGEDEPENDS += "u-boot" | |||
42 | 42 | ||
43 | # List common SoC features, may need to add touchscreen for specific machines | 43 | # List common SoC features, may need to add touchscreen for specific machines |
44 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" | 44 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" |
45 | |||
46 | # Set the list of device targets for ti-pdk class recipes | ||
47 | TI_PDK_LIMIT_SOCS = "am437x" | ||
48 | TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x" | ||
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf index bddcd3c1..3cf1dab3 100644 --- a/conf/machine/k2l-evm.conf +++ b/conf/machine/k2l-evm.conf | |||
@@ -30,3 +30,7 @@ MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000" | |||
30 | # UBI: physical eraseblock size: 256 KiB | 30 | # UBI: physical eraseblock size: 256 KiB |
31 | # UBI: sub-page size: 4096 | 31 | # UBI: sub-page size: 4096 |
32 | UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096" | 32 | UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096" |
33 | |||
34 | # Set the list of device targets for ti-pdk class recipes | ||
35 | TI_PDK_LIMIT_SOCS = "k2l" | ||
36 | TI_PDK_LIMIT_BOARDS = "evmK2L" | ||