diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2021-08-11 14:39:05 -0400 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-17 11:21:54 +0000 |
commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /conf/machine | |
parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
download | meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz |
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability,
speed and memory footprint. Update recipes with the new syntax and set layer
compatibility to honister.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/machine')
28 files changed, 30 insertions, 30 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index c20e2f6a..f194c648 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf | |||
@@ -8,7 +8,7 @@ MACHINE_GUI_CLASS = "smallscreen" | |||
8 | MACHINE_FEATURES += "touchscreen ethernet" | 8 | MACHINE_FEATURES += "touchscreen ethernet" |
9 | 9 | ||
10 | IMAGE_FSTYPES += "ubi tar.xz" | 10 | IMAGE_FSTYPES += "ubi tar.xz" |
11 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 11 | EXTRA_IMAGECMD:jffs2 = "-lnp -e 0x20000 -s 2048" |
12 | 12 | ||
13 | SERIAL_CONSOLES = "115200;ttyS2" | 13 | SERIAL_CONSOLES = "115200;ttyS2" |
14 | USE_VT = "2" | 14 | USE_VT = "2" |
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index a512c8d0..9750fe64 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf | |||
@@ -8,7 +8,7 @@ MACHINE_GUI_CLASS = "smallscreen" | |||
8 | MACHINE_FEATURES += "touchscreen ethernet" | 8 | MACHINE_FEATURES += "touchscreen ethernet" |
9 | 9 | ||
10 | IMAGE_FSTYPES += "ubi tar.xz" | 10 | IMAGE_FSTYPES += "ubi tar.xz" |
11 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 11 | EXTRA_IMAGECMD:jffs2 = "-lnp -e 0x20000 -s 2048" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" | 13 | KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" |
14 | 14 | ||
diff --git a/conf/machine/am65xx-evm-k3r5-sr2.conf b/conf/machine/am65xx-evm-k3r5-sr2.conf index c0b3cd51..e74dd3ab 100644 --- a/conf/machine/am65xx-evm-k3r5-sr2.conf +++ b/conf/machine/am65xx-evm-k3r5-sr2.conf | |||
@@ -5,7 +5,7 @@ | |||
5 | # Booting SR2 requires different SYSFW, the rest is handled at runtime | 5 | # Booting SR2 requires different SYSFW, the rest is handled at runtime |
6 | 6 | ||
7 | require conf/machine/am65xx-evm-k3r5.conf | 7 | require conf/machine/am65xx-evm-k3r5.conf |
8 | SOC_FAMILY_append = ":k3r5-sr2" | 8 | SOC_FAMILY:append = ":k3r5-sr2" |
9 | 9 | ||
10 | SYSFW_SOC = "am65x_sr2" | 10 | SYSFW_SOC = "am65x_sr2" |
11 | SYSFW_SYMLINK = "sysfw.itb" | 11 | SYSFW_SYMLINK = "sysfw.itb" |
diff --git a/conf/machine/am65xx-hs-evm-k3r5-sr2.conf b/conf/machine/am65xx-hs-evm-k3r5-sr2.conf index ef1b6fbe..ff1645e4 100644 --- a/conf/machine/am65xx-hs-evm-k3r5-sr2.conf +++ b/conf/machine/am65xx-hs-evm-k3r5-sr2.conf | |||
@@ -5,7 +5,7 @@ | |||
5 | # Booting SR2 requires different SYSFW, the rest is handled at runtime | 5 | # Booting SR2 requires different SYSFW, the rest is handled at runtime |
6 | 6 | ||
7 | require conf/machine/am65xx-hs-evm-k3r5.conf | 7 | require conf/machine/am65xx-hs-evm-k3r5.conf |
8 | SOC_FAMILY_append = ":k3r5-sr2" | 8 | SOC_FAMILY:append = ":k3r5-sr2" |
9 | 9 | ||
10 | SYSFW_SOC = "am65x_sr2" | 10 | SYSFW_SOC = "am65x_sr2" |
11 | SYSFW_SYMLINK = "sysfw.itb" | 11 | SYSFW_SYMLINK = "sysfw.itb" |
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index ee51fd66..06777795 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf | |||
@@ -8,7 +8,7 @@ require conf/machine/include/omap3.inc | |||
8 | MACHINE_GUI_CLASS = "bigscreen" | 8 | MACHINE_GUI_CLASS = "bigscreen" |
9 | 9 | ||
10 | IMAGE_FSTYPES += "tar.xz ubi" | 10 | IMAGE_FSTYPES += "tar.xz ubi" |
11 | EXTRA_IMAGECMD_jffs2 = "-lnp" | 11 | EXTRA_IMAGECMD:jffs2 = "-lnp" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb" | 13 | KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb" |
14 | 14 | ||
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 896a9d73..dcb14cc9 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -13,7 +13,7 @@ MACHINE_GUI_CLASS = "bigscreen" | |||
13 | 13 | ||
14 | SERIAL_CONSOLES = "115200;ttyS0" | 14 | SERIAL_CONSOLES = "115200;ttyS0" |
15 | 15 | ||
16 | IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" | 16 | IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage" |
17 | 17 | ||
18 | # Refine the list of device targets for ti-pdk class recipes | 18 | # Refine the list of device targets for ti-pdk class recipes |
19 | TI_PDK_LIMIT_BOARDS = "bbbAM335x" | 19 | TI_PDK_LIMIT_BOARDS = "bbbAM335x" |
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc index 95fdc79d..18e3757a 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
2 | SOC_FAMILY_append = ":am64xx" | 2 | SOC_FAMILY:append = ":am64xx" |
3 | 3 | ||
4 | MACHINE_FEATURES += "screen touchscreen" | 4 | MACHINE_FEATURES += "screen touchscreen" |
5 | 5 | ||
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc index 8516ca4c..2838c58f 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
2 | SOC_FAMILY_append = ":am65xx" | 2 | SOC_FAMILY:append = ":am65xx" |
3 | 3 | ||
4 | MACHINE_FEATURES += "screen touchscreen gpu" | 4 | MACHINE_FEATURES += "screen touchscreen gpu" |
5 | 5 | ||
diff --git a/conf/machine/include/c66x.inc b/conf/machine/include/c66x.inc index e35f2eda..33a657f1 100644 --- a/conf/machine/include/c66x.inc +++ b/conf/machine/include/c66x.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/keystone.inc | 1 | require conf/machine/include/keystone.inc |
2 | SOC_FAMILY_append = ":c66x" | 2 | SOC_FAMILY:append = ":c66x" |
3 | 3 | ||
4 | # HACK: The c66x family is composed of devices with only DSP cores, and no ARM | 4 | # HACK: The c66x family is composed of devices with only DSP cores, and no ARM |
5 | # cores. The Linux kernel is not supported on these machines. | 5 | # cores. The Linux kernel is not supported on these machines. |
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 62ca6887..d2681740 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc | |||
@@ -17,6 +17,6 @@ UBOOT_LOADADDRESS = "0x80008000" | |||
17 | EXTRA_IMAGEDEPENDS += "u-boot" | 17 | EXTRA_IMAGEDEPENDS += "u-boot" |
18 | 18 | ||
19 | SERIAL_CONSOLES ?= "115200;ttyS0" | 19 | SERIAL_CONSOLES ?= "115200;ttyS0" |
20 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" | 20 | EXTRA_IMAGECMD:jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" |
21 | 21 | ||
22 | MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" | 22 | MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" |
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc index 857e1b35..a02421d9 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | require conf/machine/include/omap-a15.inc | 1 | require conf/machine/include/omap-a15.inc |
2 | SOC_FAMILY_append = ":dra7xx" | 2 | SOC_FAMILY:append = ":dra7xx" |
3 | 3 | ||
4 | MACHINE_FEATURES += "pci" | 4 | MACHINE_FEATURES += "pci" |
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc index d3eda1a8..cf5f6a94 100644 --- a/conf/machine/include/j7.inc +++ b/conf/machine/include/j7.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
2 | SOC_FAMILY_append = ":j7" | 2 | SOC_FAMILY:append = ":j7" |
3 | 3 | ||
4 | OPTEEMACHINE = "k3-j721e" | 4 | OPTEEMACHINE = "k3-j721e" |
5 | OPTEEOUTPUTMACHINE = "k3" | 5 | OPTEEOUTPUTMACHINE = "k3" |
diff --git a/conf/machine/include/k2e.inc b/conf/machine/include/k2e.inc index 6797fb29..a6d58bb3 100644 --- a/conf/machine/include/k2e.inc +++ b/conf/machine/include/k2e.inc | |||
@@ -1,5 +1,5 @@ | |||
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 | 3 | ||
4 | # Set the list of device targets for ti-pdk class recipes | 4 | # Set the list of device targets for ti-pdk class recipes |
5 | TI_PDK_LIMIT_SOCS = "k2e" | 5 | TI_PDK_LIMIT_SOCS = "k2e" |
diff --git a/conf/machine/include/k2g.inc b/conf/machine/include/k2g.inc index 7bcc412b..be40d9e7 100644 --- a/conf/machine/include/k2g.inc +++ b/conf/machine/include/k2g.inc | |||
@@ -1,5 +1,5 @@ | |||
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 | 3 | ||
4 | # Set the list of device targets for ti-pdk class recipes | 4 | # Set the list of device targets for ti-pdk class recipes |
5 | TI_PDK_LIMIT_SOCS = "k2g" | 5 | TI_PDK_LIMIT_SOCS = "k2g" |
diff --git a/conf/machine/include/k2hk.inc b/conf/machine/include/k2hk.inc index 2d2dd6a0..456fda75 100644 --- a/conf/machine/include/k2hk.inc +++ b/conf/machine/include/k2hk.inc | |||
@@ -1,5 +1,5 @@ | |||
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 | 3 | ||
4 | # Set the list of device targets for ti-pdk class recipes | 4 | # Set the list of device targets for ti-pdk class recipes |
5 | TI_PDK_LIMIT_SOCS = "k2h k2k" | 5 | TI_PDK_LIMIT_SOCS = "k2h k2k" |
diff --git a/conf/machine/include/k2l.inc b/conf/machine/include/k2l.inc index 997bcbe2..b6a4bc7d 100644 --- a/conf/machine/include/k2l.inc +++ b/conf/machine/include/k2l.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/keystone.inc | 1 | require conf/machine/include/keystone.inc |
2 | SOC_FAMILY_append = ":k2l" | 2 | SOC_FAMILY:append = ":k2l" |
3 | 3 | ||
4 | # Set the list of device targets for ti-pdk class recipes | 4 | # Set the list of device targets for ti-pdk class recipes |
5 | TI_PDK_LIMIT_SOCS = "k2l" | 5 | TI_PDK_LIMIT_SOCS = "k2l" |
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index e0970698..20ab7a9e 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # TI K3 Aarch64 profile for Cortex-A53/A72 cores | 1 | # TI K3 Aarch64 profile for Cortex-A53/A72 cores |
2 | 2 | ||
3 | require conf/machine/include/ti-soc.inc | 3 | require conf/machine/include/ti-soc.inc |
4 | SOC_FAMILY_append = ":k3" | 4 | SOC_FAMILY:append = ":k3" |
5 | 5 | ||
6 | require conf/machine/include/arm/arch-arm64.inc | 6 | require conf/machine/include/arm/arch-arm64.inc |
7 | 7 | ||
diff --git a/conf/machine/include/k3r5.inc b/conf/machine/include/k3r5.inc index a32accae..93f08c04 100644 --- a/conf/machine/include/k3r5.inc +++ b/conf/machine/include/k3r5.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # TI K3 Armv7 profile for Cortex-R5F cores | 1 | # TI K3 Armv7 profile for Cortex-R5F cores |
2 | 2 | ||
3 | require conf/machine/include/ti-soc.inc | 3 | require conf/machine/include/ti-soc.inc |
4 | SOC_FAMILY_append = ":k3r5" | 4 | SOC_FAMILY:append = ":k3r5" |
5 | 5 | ||
6 | # The closest of existing tunes for Cortex-R5F | 6 | # The closest of existing tunes for Cortex-R5F |
7 | DEFAULTTUNE = "armv7athf" | 7 | DEFAULTTUNE = "armv7athf" |
@@ -20,5 +20,5 @@ UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | |||
20 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | 20 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" |
21 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | 21 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" |
22 | 22 | ||
23 | PACKAGECONFIG_pn-u-boot-ti-staging = "" | 23 | PACKAGECONFIG:pn-u-boot-ti-staging = "" |
24 | PACKAGECONFIG_pn-u-boot-ti-mainline = "" | 24 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" |
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index e7ea9758..83dca19d 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/ti-soc.inc | 1 | require conf/machine/include/ti-soc.inc |
2 | SOC_FAMILY_append = ":keystone" | 2 | SOC_FAMILY:append = ":keystone" |
3 | 3 | ||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/tune-cortexa15.inc |
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index e491d2b5..553835c8 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/ti-soc.inc | 1 | require conf/machine/include/ti-soc.inc |
2 | SOC_FAMILY_append = ":omap-a15" | 2 | SOC_FAMILY:append = ":omap-a15" |
3 | 3 | ||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/tune-cortexa15.inc |
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 5696c82d..ab069b00 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/ti-soc.inc | 1 | require conf/machine/include/ti-soc.inc |
2 | SOC_FAMILY_append = ":omap3" | 2 | SOC_FAMILY:append = ":omap3" |
3 | 3 | ||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/tune-cortexa8.inc | 5 | require conf/machine/include/tune-cortexa8.inc |
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index cbca267c..b6f43744 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/ti-soc.inc | 1 | require conf/machine/include/ti-soc.inc |
2 | SOC_FAMILY_append = ":omap4" | 2 | SOC_FAMILY:append = ":omap4" |
3 | 3 | ||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/tune-cortexa9.inc | 5 | require conf/machine/include/tune-cortexa9.inc |
diff --git a/conf/machine/include/omapl1.inc b/conf/machine/include/omapl1.inc index 9942c944..d0262c3f 100644 --- a/conf/machine/include/omapl1.inc +++ b/conf/machine/include/omapl1.inc | |||
@@ -1,2 +1,2 @@ | |||
1 | require conf/machine/include/ti-soc.inc | 1 | require conf/machine/include/ti-soc.inc |
2 | SOC_FAMILY_append = ":omapl1" | 2 | SOC_FAMILY:append = ":omapl1" |
diff --git a/conf/machine/include/omapl137.inc b/conf/machine/include/omapl137.inc index 5d8a6dd8..6dd49418 100644 --- a/conf/machine/include/omapl137.inc +++ b/conf/machine/include/omapl137.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/omapl1.inc | 1 | require conf/machine/include/omapl1.inc |
2 | SOC_FAMILY_append = ":omapl137" | 2 | SOC_FAMILY:append = ":omapl137" |
3 | 3 | ||
4 | # Set the list of device targets for ti-pdk class recipes | 4 | # Set the list of device targets for ti-pdk class recipes |
5 | TI_PDK_LIMIT_SOCS = "omapl137" | 5 | TI_PDK_LIMIT_SOCS = "omapl137" |
diff --git a/conf/machine/include/omapl138.inc b/conf/machine/include/omapl138.inc index 999cbc3a..f73517d0 100644 --- a/conf/machine/include/omapl138.inc +++ b/conf/machine/include/omapl138.inc | |||
@@ -1,5 +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 | 3 | ||
4 | # Set the list of device targets for ti-pdk class recipes | 4 | # Set the list of device targets for ti-pdk class recipes |
5 | TI_PDK_LIMIT_SOCS = "omapl138" | 5 | TI_PDK_LIMIT_SOCS = "omapl138" |
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 6dfda754..3da2aba5 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/ti-soc.inc | 1 | require conf/machine/include/ti-soc.inc |
2 | SOC_FAMILY_append = ":ti33x" | 2 | SOC_FAMILY:append = ":ti33x" |
3 | 3 | ||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/tune-cortexa8.inc | 5 | require conf/machine/include/tune-cortexa8.inc |
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index b1a27f93..eaed1812 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | require conf/machine/include/ti-soc.inc | 1 | require conf/machine/include/ti-soc.inc |
2 | SOC_FAMILY_append = ":ti43x" | 2 | SOC_FAMILY:append = ":ti43x" |
3 | 3 | ||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/tune-cortexa9.inc | 5 | require conf/machine/include/tune-cortexa9.inc |
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf index 01808b68..dc56d57a 100644 --- a/conf/machine/omap3evm.conf +++ b/conf/machine/omap3evm.conf | |||
@@ -8,7 +8,7 @@ MACHINE_GUI_CLASS = "smallscreen" | |||
8 | MACHINE_FEATURES += "touchscreen ethernet" | 8 | MACHINE_FEATURES += "touchscreen ethernet" |
9 | 9 | ||
10 | IMAGE_FSTYPES += "jffs2 tar.xz" | 10 | IMAGE_FSTYPES += "jffs2 tar.xz" |
11 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 11 | EXTRA_IMAGECMD:jffs2 = "-lnp -e 0x20000 -s 2048" |
12 | 12 | ||
13 | SERIAL_CONSOLES = "115200;ttyS0" | 13 | SERIAL_CONSOLES = "115200;ttyS0" |
14 | USE_VT = "0" | 14 | USE_VT = "0" |