Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bootfs: need to use fakeroot for tar'ing | Samuli Piippo | 2014-03-28 | 1 | -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 build | Samuli Piippo | 2014-03-26 | 1 | -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> |