diff options
author | 2017-10-16 10:56:01 +0200 | |
---|---|---|
committer | 2017-10-16 10:59:25 +0200 | |
commit | 82f3a7dd185d3dcbd0ae8c88e5d78adcf204562c (patch) | |
tree | 347358b9a80dfe0e1b71b54af4fb3a65f0bdd810 /conf | |
parent | de0e9d58693f45809040bd5e341322cfc2e29685 (diff) | |
download | meta-qcom-82f3a7dd185d3dcbd0ae8c88e5d78adcf204562c.tar.gz meta-qcom-82f3a7dd185d3dcbd0ae8c88e5d78adcf204562c.tar.bz2 meta-qcom-82f3a7dd185d3dcbd0ae8c88e5d78adcf204562c.zip |
dragonboard410c/820c: switch from Image to Image.gz
LK can boot compressed image , and support for building compressed image was
fixed in OE/core, in
cfc0c89765 kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz
so let's switch to it.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(cherry picked from commit 460dd30b384a1cd6253aa076f68316f772ec9215)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/dragonboard-410c.conf | 2 | ||||
-rw-r--r-- | conf/machine/dragonboard-820c.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/dragonboard-410c.conf b/conf/machine/dragonboard-410c.conf index 9af39d8..a0b7e6a 100644 --- a/conf/machine/dragonboard-410c.conf +++ b/conf/machine/dragonboard-410c.conf @@ -7,7 +7,7 @@ require conf/machine/include/arm/arch-armv8.inc MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2" -KERNEL_IMAGETYPE = "Image" +KERNEL_IMAGETYPE = "Image.gz" KERNEL_DEVICETREE = "qcom/apq8016-sbc.dtb" SERIAL_CONSOLE = "115200 ttyMSM0" diff --git a/conf/machine/dragonboard-820c.conf b/conf/machine/dragonboard-820c.conf index d30df2e..55ce0a0 100644 --- a/conf/machine/dragonboard-820c.conf +++ b/conf/machine/dragonboard-820c.conf @@ -6,7 +6,7 @@ require conf/machine/include/qcom-apq8096.inc MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2" -KERNEL_IMAGETYPE = "Image" +KERNEL_IMAGETYPE = "Image.gz" KERNEL_DEVICETREE = "qcom/apq8096-db820c.dtb" SERIAL_CONSOLE = "115200 ttyMSM0" |