summaryrefslogtreecommitdiff
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2016-09-29recipes: stop using base_containsMax Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29systemd-compat-units: mv all systemd bbappends under recipes-coreMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-28mklibs-native: drop in favour of newer oe-core oneMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-30python: add a PACKAGECONFIG for _tkinterMax Krummenacher
Currently _tkinter is only built when tcl/tk is available before the python do_configure task is built. Make this deterministic by providing a PACKAGECONFIG for it. If tkinter is in PACKAGECONFIG add the needed dependencies, if not force that tkinter is not built. Note that currently enabling tkinter does not work due to a cyclic dependency: 'python' depends on 'tk/tcl' depends on 'cracklib' depends on 'python' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-02-12mmc-utils: add recipe for chromiumos version thereofMarcel Ziswiler
Add a recipe for the Chromium OS version of the mmc-utils able to handle Extended CSD revision 1.7 of the latest MMC 5.0 specification. Some of the more interesting information thereof is the life time estimation and pre EOL information as follows: root@apalis-t30:~# mmc extcsd read /dev/mmcblk0 | \ grep -A 3 'Device life time estimation type A' Device life time estimation type A [DEVICE_LIFE_TIME_EST_TYP_A: 0x01] i.e. 0% - 10% device life time used Pre EOL information [PRE_EOL_INFO: 0x01] i.e. Normal
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-04-01systemd-compat-units: ensure that postinst is runMax Krummenacher
The combination of changes lead to the postinst scripts not beeing run at all.
2013-09-22python-numpy: bbappend deleted, now fixed in openembedded layerMax Krummenacher
2013-02-06python-numpy: backport fix of changed python-native pathMax Krummenacher
2012-06-12- mklibs is no longer downloadable in the 0.1.33 version, upgrade to next ↵Max Krummenacher
version