diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-17 14:09:14 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
| commit | 5cd99d323ac614fdcfc01c03fcf32ac06702133d (patch) | |
| tree | 12218449f8802b70114d6878472e655c4ccd5716 /conf/machine/include/imx-base.inc | |
| parent | c3fef7ecb44fee5c0f94ec193cfae1acc35d55dd (diff) | |
| download | meta-freescale-5cd99d323ac614fdcfc01c03fcf32ac06702133d.tar.gz | |
imx-base.inc, mxs-base.inc: Change default image to sdcard.gz
Replace .sdcard image to sdcard.gz image as a default image type for
all machines.
The SDCard class has the feature of compress the generated .sdcard image.
It can be used to ease the exchange of this image among developers or machines.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
| -rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 799067d3b..b0dca6a43 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -139,7 +139,7 @@ IMX_DEFAULT_KERNEL_mx6ul = "linux-imx" | |||
| 139 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" | 139 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" |
| 140 | 140 | ||
| 141 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 141 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" |
| 142 | IMAGE_FSTYPES ?= "ext3 sdcard" | 142 | IMAGE_FSTYPES ?= "ext3 sdcard.gz" |
| 143 | 143 | ||
| 144 | SERIAL_CONSOLE = "115200 ttymxc0" | 144 | SERIAL_CONSOLE = "115200 ttymxc0" |
| 145 | 145 | ||
