summaryrefslogtreecommitdiffstats
path: root/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb
Commit message (Collapse)AuthorAgeFilesLines
* Don't include ntpKari Oikarinen2017-03-161-1/+0
| | | | | | | | systemd included on the images includes systemd-timesyncd so it is duplicating functionality that is already there. Change-Id: Ia7ec270b070e44037cd31171f7f136309ed162bf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Replace @base_contains macros with @bb.utils.containsMikko Gronoff2017-01-271-1/+1
| | | | | | | | | Deprecated @base_contains macros print warnings. Replace deprecated macro with @bb.utils.contains everywhere (.bb, .append, .conf and .inc files) Change-Id: I400f8b355150e0f283165fbf43fb620f948892fa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* images: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-031-5/+9
| | | | | | | | | | | | | | | Remove all Qt dependency packages from machine include files and base packagegroups, instead let packagemanager pull in all the needed dependent packages. Do not create tar image or bootfs, since they are not used anymore. The old base image is now renamed for CI usage and contains all the Qt dependent packages but without any Qt modules. This is achieved by first installing all the Qt modules (which pulls in all the dependencies) and then removing only Qt modules. Change-Id: I36d996d4531af42e955f19a487c22d0b90c5ada9 Reviewed-by: Risto Avila <risto.avila@qt.io>
* Add rsync to imageSamuli Piippo2016-09-061-0/+1
| | | | | | | Make life easier for Qt devs Change-Id: I028710d4ad506d9609ab4cc281ad05010b7575cb Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* Add Qt for Device Creation licenseSamuli Piippo2016-06-071-1/+1
| | | | | | | | Replace CLOSED and QtEnteprise licenses with the Qt for Device Creation license on all recipes. Change-Id: I02fddc0ee4375bddf18a6c1f7ab093462a5f5153 Reviewed-by: Kalle Viironen <kalle.viironen@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>
* Add iproute2 to imageSamuli Piippo2016-02-151-0/+1
| | | | | | | Busybox provided ip does not work when trying to bring up can interface. Change-Id: Ied78c0036843993264bebae728763864dd83efd7 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use Systemd as the init systemSamuli Piippo2015-11-191-0/+1
| | | | | | | | | Remove sysvinit from distro features and add Systemd as the default init system. Add necessary service files to all recipes that need them. Change-Id: I9cd4c0239fe16f35145bd3bed08e27196f30ee82 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use connman for managing network connectionsSamuli Piippo2015-11-111-0/+1
| | | | | | | | Connman replaces busybox-ifplugd for handling wired connections. Wpa-supplicant is still needed for wifi connections in B2Qt Wifi Module. Change-Id: I0ddaee26f19915b35fb057cfac5553786f3ef5df Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Include tzdata and ntp tools to imageSamuli Piippo2015-08-061-0/+1
| | | | | | | | Including cities from americas, asia and europe. Change-Id: I7cedb056d450d9aae36543fce5510822ab731694 Task-number: QTEE-921 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Add htop utility to b2qt distroAndy Nichols2015-03-051-0/+1
| | | | | | | Because htop is better than top. Change-Id: I98843a7185a1579843e030259d6da697270b4888 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Performance analysis tools for LinuxSamuli Piippo2015-02-261-0/+1
| | | | | | | | | | | | | | | Build perf with DWARF unwinding support. Kernels older then 3.14 need to be patched to add ARM support. Kernels for tibidabo (3.0) and imx53 (2.6) are too old and would require more patches to be backported, so they are left without unwinding support. RPi needed extra layer to modify the kernel recipe, and linux-imx recipe was renamed so that it doesn't conflict with older tibidabo kernel recipe. Change-Id: Ic8331f8feeace67b32a5ce99ffd3fda517d595d1 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
* Remove u-boot-fw-utilsSamuli Piippo2014-10-071-1/+0
| | | | | | | | | | | Not needed by updater framework and this was causing problems for other devices than nitrogen6x. cherry-picked from dev Change-Id: I6278bd23943f1cf8add62b980cd703b5c64ba5bf Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* Change copyright noticeRainer Keller2014-10-061-1/+1
| | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Include u-boot-fw-tools to imageSamuli Piippo2014-08-251-0/+1
| | | | | | | Needed for the remote flashing. Change-Id: I16cda8b717c87807d71696a60f8a9ce1d4c4e077 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* image: include i2c-tools in imageSamuli Piippo2014-06-241-0/+1
| | | | | Change-Id: I47fa7efa46059deee646f862db01eeaa84284af8 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* use package groups for image contentSamuli Piippo2014-03-131-0/+33
Move installed packages from image recipe to separate package group recipes Change-Id: I0417953da4bc92438b3201b38b43f6d1784f1f17 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>