summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/wic/beaglebone.wks
Commit message (Collapse)AuthorAgeFilesLines
* beaglebone: Find /boot partition on mmcblk0Drew Moseley2018-03-191-1/+1
| | | | | | | | | | | | | | | After commit edcf39820f94c84b29c95a0d7b16b8d36857e87b the beaglebone builds fail to mount the boot partition as it is specified in /etc/fstab with the device node /dev/mmcblkp1. With systemd in particular this is considered an error and the system drops into emergency mode. (From meta-yocto rev: f97e0e8beef8ce115ecaf40971def8ff3a0cfecd) Signed-off-by: Drew Moseley <drew.moseley@northern.tech> Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beaglebone: add beaglebone.wksEd Bartosh2017-01-161-0/+6
Currently beaglebone machine uses sdimage-bootpart.wks from scripts/lib/wic/canned-wks. It'd be easier to find this file if it's name contains machine name and it's located in the same layer. Added beaglebone.wks to meta-yocto-bsp/wic/ to make it independent on changes in oe-core and easier to maintain. [YOCTO #8719] (From meta-yocto rev: e88c4da453f24845f3b95f9ff7b23a4a38dc670a) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>