summaryrefslogtreecommitdiffstats
path: root/patches
Commit message (Collapse)AuthorAgeFilesLines
* opkg-utils: port patches from ptxdist-2018.10.0+Robert Schwebel2018-10-247-0/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 35f0ce952563221b5774efe4873d8c2a9c6f967c in ptxdist master, a patch was added to propagate the Installed-Size properly. Fixes the following error when building the rpi platform. The patch stack can be removed again after ptxdist-2018.11.0. ----------------------------------- target: host-genext2fs.install.post ----------------------------------- finished target host-genext2fs.install.post finished target world.targetinstall Creating ipkg index '/home/rsc/git/DistroKit/platform-rpi/packages/Packages'... Traceback (most recent call last): File "/home/rsc/git/DistroKit/platform-rpi/sysroot-host/bin/opkg-make-index", line 128, in <module> pkg = opkg.Package(abspath, relpath=pkg_dir, all_fields=opt_f) File "/home/rsc/git/DistroKit/platform-rpi/sysroot-host/bin/opkg.py", line 183, in __init__ control = tarf.extractfile("./control") File "/usr/lib/python2.7/tarfile.py", line 2145, in extractfile tarinfo = self.getmember(member) File "/usr/lib/python2.7/tarfile.py", line 1829, in getmember raise KeyError("filename %r not found" % name) KeyError: "filename './control' not found" make: *** [/home/rsc/git/DistroKit/ptxdist/rules/post/image_ipkg.make:55: /home/rsc/git/DistroKit/platform-rpi/packages/Packages] Error 1 Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* qemu: remove leftover patchesRoland Hieber2018-06-054-146/+0
| | | | | | | | | | | | | | | | | With PTXdist 2018.05, qemu was bumped to version 2.11.1, so those patches are no longer applied. - 0001-virtfs-proxy-helper-make-sure-sys-xattr.h-is-include.patch: unclear if still needed, but qemu now builds fine without it. (Someone should to check whether we still have an "older glibc".) In any case this patch should be applied in upstream PTXdist if needed. - 0002-hw-sd-fix-out-of-bounds-check-for-multi-block-reads.patch: applied in upstream qemu-2.11, commit 8573378e62d19e25a2434e - 0003-memfd-fix-configure-test.patch: applied in upstream ptxdist-2018.04.0, commit 99f897ba09b9d1528a4b Fixes: 22ae0f6 ("ptxdist: version bump 2018.03.0 -> 2018.05.0") Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* qemu: add upstream patchRobert Schwebel2018-03-102-1/+55
| | | | | | | Without this patch from qemu upstream, the code cannot be built with newer toolchains. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* qemu: add patches from ptxdist-2018.03.0Robert Schwebel2018-03-103-0/+92
| | | | | | This is to prepare the addition of another patch. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* qemu: remove patches (they are in ptxdist)Robert Schwebel2017-12-062-49/+0
| | | | | | | The qemu patch maintained here is already in ptxdist, and the version there has moved on to 2.10.1 anyway. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* host-qemu: add patch to fix mmc error messagesRobert Schwebel2017-09-292-0/+49
| | | | | | | | Michael Olbrich recently found a bug with mmc handling in QEmu. The patch is already on its way into the upstream. Put it into the BSP until it has hit QEmu mainline. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* mosquitto: remove package that leaked in by accidentRobert Schwebel2017-01-062-56/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxdist: version bump from 2016.05.0 to 2016.07.0Robert Schwebel2016-07-272-0/+56
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* beaglebone: fixes and rpi2 supportAlexander Aring2016-06-108-145/+0
| | | | Signed-off-by: Alexander Aring <aar@pengutronix.de>
* genimage: add patches to fix flash image generationJan Luebbe2013-05-092-0/+107
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* Provide the last release as a new beginningJuergen Beisert2011-01-286-0/+38
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>