diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-17 14:09:14 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-28 13:48:53 -0300 |
commit | 8916f182bf746e52d1e40ca487eb0d7e4c2e638c (patch) | |
tree | b9d380494299a20ab29e17a87c21dc23396edeb1 /conf/machine | |
parent | aa3a22f28155f82f728f133b548a5620783eb174 (diff) | |
download | meta-fsl-arm-8916f182bf746e52d1e40ca487eb0d7e4c2e638c.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')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/mxs-base.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 799067d..b0dca6a 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 | ||
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc index 38450be..230b776 100644 --- a/conf/machine/include/mxs-base.inc +++ b/conf/machine/include/mxs-base.inc | |||
@@ -36,7 +36,7 @@ SERIAL_CONSOLE = "115200 ttyAMA0" | |||
36 | KERNEL_IMAGETYPE = "zImage" | 36 | KERNEL_IMAGETYPE = "zImage" |
37 | 37 | ||
38 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 38 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" |
39 | IMAGE_FSTYPES ?= "ext3 uboot.mxsboot-sdcard sdcard" | 39 | IMAGE_FSTYPES ?= "ext3 uboot.mxsboot-sdcard sdcard.gz" |
40 | 40 | ||
41 | # Add the ability to specify _imx machines | 41 | # Add the ability to specify _imx machines |
42 | MACHINEOVERRIDES =. "imx:" | 42 | MACHINEOVERRIDES =. "imx:" |