summaryrefslogtreecommitdiff
path: root/recipes-devtools
AgeCommit message (Collapse)Author
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-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
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-12-17e2fsck: don't check last mounttime on superblockMax Krummenacher
This avoids fsck execution. systemd-fsck[169]: arm: Superblock last write time (Tue Dec 16 15:46:16 2014, systemd-fsck[169]: now = Mon Nov 17 11:08:57 2014) is in the future. Depending on the system we might not have a sensible time. On top of that, during first boot we compare the fs creation time of the PC with the intial embedded time which very likely triggers the fsck.
2014-11-13cbootimage/imx-loader/mtd-utils/tegrarcm: fix 32-bit build of our bsp/devtoolsMarcel Ziswiler
2014-08-04imx-loader: use latest from gitMax Krummenacher
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
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.
2014-04-01imx-loader: update to latest from gitMax Krummenacher
2014-03-31imx-loader: update to latest from gitMax Krummenacher
2014-03-31imx-loader: fix warnings during buildMax Krummenacher
- install into local dir first and then do the sysroots deployment
2014-03-26imx-loader: add UART/USB loader for i.MX/Vybrid SoCsStefan Agner
imx-loader allows to load data directly into memory through the Serial Download Protocol (SDP). This package contains two binaries, the imx_usb and the imx_uart utility for the two supported hardware links. Configuration are available from the /etc/imx-loader.d/ directory.
2013-10-10mtd-utils: Build native for a 32bit machineMax Krummenacher
We want to deploy mkfs.ubifs as part of the x86 downloader as most distros do not have a recent enough version. To be more universal we need it unconditionaly in a 32bit version.
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