summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-06-08 13:03:01 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-06-08 12:54:37 +0000
commitb1e0fe7e81e4db6e76ce7071250d074d9dd52fb9 (patch)
treeb1edb7c8874743a884fae3e653ed565fb1ae82f3 /conf/distro
parenteac4584dc1e97d1bc1e54073610899abb8bb9579 (diff)
downloadmeta-boot2qt-b1e0fe7e81e4db6e76ce7071250d074d9dd52fb9.tar.gz
BBB: fix booting from sdcard
Beaglebone could not boot from sdcard when S2 button was pressed. Change to size of boot partition, so that it can be fit the FAT32 partition correctly. Task-number: QTBUG-58720 Change-Id: Ibedc40cd1939f70377c218c3980a236bd087fb13 Reviewed-by: Karim Pinter <karim.pinter@qt.io>
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/beaglebone.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf
index 8a2c3e2..df5de22 100644
--- a/conf/distro/include/beaglebone.conf
+++ b/conf/distro/include/beaglebone.conf
@@ -30,6 +30,8 @@ BOOTFS_CONTENT = "\
30 " 30 "
31BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-uenv-script:do_deploy" 31BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-uenv-script:do_deploy"
32 32
33BOOT_SPACE = "33792"
34
33EXTRA_IMAGEDEPENDS += "u-boot-uenv-script" 35EXTRA_IMAGEDEPENDS += "u-boot-uenv-script"
34 36
35DISTRO_FEATURES_remove = "webengine" 37DISTRO_FEATURES_remove = "webengine"