diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:05 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
| commit | 59d36c9832702989bfcca8a5af29fb2dff01efcc (patch) | |
| tree | b2b07d98cb22bc5241cde7403b6a15d99821318e /conf/machine/imx6qdlsabreauto.conf | |
| parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
| download | meta-freescale-59d36c9832702989bfcca8a5af29fb2dff01efcc.tar.gz | |
layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/imx6qdlsabreauto.conf')
| -rw-r--r-- | conf/machine/imx6qdlsabreauto.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf index b7aec8c25..0b5274cb8 100644 --- a/conf/machine/imx6qdlsabreauto.conf +++ b/conf/machine/imx6qdlsabreauto.conf | |||
| @@ -26,7 +26,7 @@ KERNEL_DEVICETREE = " \ | |||
| 26 | imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb \ | 26 | imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb \ |
| 27 | imx6dl-sabreauto-flexcan1.dtb imx6dl-sabreauto-enetirq.dtb \ | 27 | imx6dl-sabreauto-flexcan1.dtb imx6dl-sabreauto-enetirq.dtb \ |
| 28 | " | 28 | " |
| 29 | KERNEL_DEVICETREE_use-mainline-bsp = " \ | 29 | KERNEL_DEVICETREE:use-mainline-bsp = " \ |
| 30 | imx6qp-sabreauto.dtb \ | 30 | imx6qp-sabreauto.dtb \ |
| 31 | imx6q-sabreauto.dtb \ | 31 | imx6q-sabreauto.dtb \ |
| 32 | imx6dl-sabreauto.dtb \ | 32 | imx6dl-sabreauto.dtb \ |
| @@ -34,18 +34,18 @@ KERNEL_DEVICETREE_use-mainline-bsp = " \ | |||
| 34 | 34 | ||
| 35 | ### u-boot-fslc settings ### | 35 | ### u-boot-fslc settings ### |
| 36 | 36 | ||
| 37 | SPL_BINARY_pn-u-boot-fslc = "SPL" | 37 | SPL_BINARY:pn-u-boot-fslc = "SPL" |
| 38 | UBOOT_MACHINE_pn-u-boot-fslc ?= "mx6sabreauto_defconfig" | 38 | UBOOT_MACHINE:pn-u-boot-fslc ?= "mx6sabreauto_defconfig" |
| 39 | UBOOT_SUFFIX_pn-u-boot-fslc = "img" | 39 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" |
| 40 | 40 | ||
| 41 | ### u-boot-imx settings ### | 41 | ### u-boot-imx settings ### |
| 42 | 42 | ||
| 43 | # The u-boot-imx does not provide unified functionality for DL/Q/QP SoC | 43 | # The u-boot-imx does not provide unified functionality for DL/Q/QP SoC |
| 44 | # variants. Change the defconfig to the targeted SoC variant. | 44 | # variants. Change the defconfig to the targeted SoC variant. |
| 45 | SPL_BINARY_pn-u-boot-imx = "" | 45 | SPL_BINARY:pn-u-boot-imx = "" |
| 46 | UBOOT_MACHINE_pn-u-boot-imx = "mx6qsabreauto_defconfig" | 46 | UBOOT_MACHINE:pn-u-boot-imx = "mx6qsabreauto_defconfig" |
| 47 | UBOOT_MAKE_TARGET_pn-u-boot-imx = "u-boot.imx" | 47 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" |
| 48 | UBOOT_SUFFIX_pn-u-boot-imx = "imx" | 48 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" |
| 49 | 49 | ||
| 50 | WKS_FILE = " \ | 50 | WKS_FILE = " \ |
| 51 | ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \ | 51 | ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \ |
| @@ -54,6 +54,6 @@ WKS_FILE = " \ | |||
| 54 | 54 | ||
| 55 | SERIAL_CONSOLES = "115200;ttymxc3" | 55 | SERIAL_CONSOLES = "115200;ttymxc3" |
| 56 | 56 | ||
| 57 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" | 57 | MACHINE_FIRMWARE:append:mx6 = " linux-firmware-ath6k" |
| 58 | 58 | ||
| 59 | MACHINE_FEATURES += " pci wifi bluetooth" | 59 | MACHINE_FEATURES += " pci wifi bluetooth" |
