diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-04 17:54:20 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-05 15:32:48 -0300 |
| commit | 9a6ba3c67baa0ed4f9c78ab24c141035e34afe6c (patch) | |
| tree | 85ca7c9b11d74bd3826bff3c1410247da44d6bd4 /conf/machine/imx25pdk.conf | |
| parent | ac419895663889d65cc3828b7d6ce150199526bb (diff) | |
| download | meta-freescale-9a6ba3c67baa0ed4f9c78ab24c141035e34afe6c.tar.gz | |
Use wic.gz for all i.MX machines by default
This change moves the default image for all i.MX machines. We moved
from sdcard.gz to wic.gz.
Following machines were change:
- imx25pdk: use imx-uboot.wks
- imx6qdlsabreauto: use imx-uboot-spl-bootpart.wks
- imx6qdlsabresd: use imx-uboot-spl-bootpart.wks
- imx6ulevk: use imx-uboot-spl-bootpart.wks
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx25pdk.conf')
| -rw-r--r-- | conf/machine/imx25pdk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx25pdk.conf b/conf/machine/imx25pdk.conf index f35d0db46..e22d9f4e4 100644 --- a/conf/machine/imx25pdk.conf +++ b/conf/machine/imx25pdk.conf | |||
| @@ -17,7 +17,7 @@ SERIAL_CONSOLE = "115200 ttymxc0" | |||
| 17 | 17 | ||
| 18 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | 18 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" |
| 19 | 19 | ||
| 20 | WKS_FILE ?= "imx-uboot.wks" | 20 | WKS_FILE = "imx-uboot.wks" |
| 21 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ | 21 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ |
| 22 | kernel-image \ | 22 | kernel-image \ |
| 23 | kernel-devicetree \ | 23 | kernel-devicetree \ |
