summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* intel: rework initramfs supportSamuli Piippo2018-11-013-200/+0
| | | | | | | | | | | | The WKS image creation ignored our old initramfs. Change to using an existing core-image-minimal-initramfs recipe and extend it with support for the internal MMC reader. Add separate recipe to combine the intel microcode and the new initramfs, and add wks file to use it. Remove all old recipes that are no longer used. Change-Id: I4e1f244685a7f2bd304aa23d9e07580fa9dc9652 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Update Qt license agreementSamuli Piippo2018-08-142-4/+4
| | | | | | | | | Include the latest Qt License Agreement version 4.0, as it's available in qtbase. Use the same filename as used in meta-qt5 layer, so this license will be used in all Qt recipes that use The-Qt-Company-Commercial license. Change-Id: Ic02eb2c6c6d210ad30ee6a65d23afaa5b8b68589 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2018-04-201-0/+5
| | | | | | | | | | | | | | | | | | | * origin/morty: 6e3ac7b meta-qt5: update meta layer b250388 meta-qt5: update meta layer 763a607 qtdeviceutilities: update revision 0c1582c poky: update to latest revision in morty branch 4489683 nuc: use modprobe to load kernel module 45f1fec quickcompiler: Update QC to 5.9.5 version 65f8274 nuc: enable boot from internal sd cardreader Conflicts: meta-boot2qt/recipes-graphics/hunspell/hunspell-dicts_git.bb meta-boot2qt/recipes-qt/qt5/qtdeviceutilities_git.bb scripts/manifest.xml Change-Id: I6fbfe531d34716aacb4a7220c4fc2688152651a2
* Rename recipesSamuli Piippo2018-03-121-0/+0
| | | | | | | | Add _git postfix to recipes which use sources from git and rename recipes to match their git repositories Change-Id: Idc67d136f280c7d224d586f79c5e7ce6f7e20fa2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-1214-0/+1101
Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>