summaryrefslogtreecommitdiffstats
path: root/classes/bootfs-image.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Update image creation recipes, appends etc. to be poky 2.2 compliantMikko Gronoff2017-03-141-5/+5
| | | | | | | | DEPLOY_DIR_IMAGE macro has been replaced with IMGDEPLOYDIR in poky 2.2. Update all instances to make image creation work. Change-Id: I3740730ded84650d3a3a51b85c77ed4fef863a8a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* bootfs: make sure DATETIME is not used for sstate hashSamuli Piippo2016-09-121-0/+1
| | | | | | | Fix error Taskhash mismatch Change-Id: I28132764303660dfc4db8b13e4bc447f4deb447e Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* bootfs: make sure deploy dir exists before using itSamuli Piippo2015-08-171-0/+1
| | | | | Change-Id: I70c8b9d41c3c67b83cf2b4200803c9d71ce93d52 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Change all tab characters to spacesSamuli Piippo2015-08-111-13/+13
| | | | | | | Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: toolchain: include base-files Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure Install fonts with help of Yocto recipes bbb: remove preferred version for SGX Update Qt logo Remove u-boot-fw-utils Change copyright notice Conflicts: b2qt-init-build-env conf/distro/include/beaglebone.conf recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb Change-Id: I5b22412d0530e70057f705da34247803498ddde3
| * Change copyright noticeRainer Keller2014-10-061-1/+1
| | | | | | | | | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* | Create subfolders if necessaryRainer Keller2014-09-091-1/+1
|/ | | | | Change-Id: Ibf940d835ab9b2edf54da818811e1aa23172e3b5 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* bootfs: correctly check for empty defineSamuli Piippo2014-05-061-1/+1
| | | | | Change-Id: Iece54b106059bfba07adfbd84a1ae76b9104b43f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* 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>