diff options
author | 2015-10-09 01:46:13 +0100 | |
---|---|---|
committer | 2015-10-12 20:11:07 +0100 | |
commit | 6499c30bb3413fabe9f023d9a8c9cecbbed9127d (patch) | |
tree | 276ab5db199d39f6cd94c764729d20e838c51a4e | |
parent | 3a70f96d66f2d230954a6666b3318e5592c4e469 (diff) | |
download | meta-qcom-6499c30bb3413fabe9f023d9a8c9cecbbed9127d.tar.gz meta-qcom-6499c30bb3413fabe9f023d9a8c9cecbbed9127d.tar.bz2 meta-qcom-6499c30bb3413fabe9f023d9a8c9cecbbed9127d.zip |
ifc6410: mount firmware partition at boot
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | conf/machine/ifc6410.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/ifc6410.conf b/conf/machine/ifc6410.conf index ff1e1ac..10f3b43 100644 --- a/conf/machine/ifc6410.conf +++ b/conf/machine/ifc6410.conf @@ -39,3 +39,5 @@ SERIAL_CONSOLE = "115200 ttyMSM0" # Fastboot expects an ext4 image, which needs to be 4096 aligned IMAGE_FSTYPES_append = " ext4 ext4.gz" IMAGE_ROOTFS_ALIGNMENT = "4096" + +INHERIT += "qcom-firmware-mount" |