summaryrefslogtreecommitdiffstats
path: root/classes/bootfs-image.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* bootfs: need to use fakeroot for tar'ingSamuli Piippo2014-03-281-1/+1
| | | | | | | | | Unpacking the boot.tar.gz file using sudo caused error: "Cannot change ownership to uid 1000, gid 1000: Operation not permitted" Now using fakeroot to not record my uid to the files. Change-Id: I1a953e5e363a0d9fbb914cfa8837d888421d8e14 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Create boot.tar.gz as part of the image buildSamuli Piippo2014-03-261-0/+51
Each machine config defines what is included in the boot.tar.gz package. For beaglebone, include the uEnv.txt u-boot script that is used to start up the device. Change-Id: Ia509dd61c789fda53889cea8ea9221cfa8b469a9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>