buildroot: update to bc60382b8ff776bd58dfd4732221e5c927c50c37

Set the submodule to track our fork for rpath.
This commit is contained in:
Ciro Santilli
2018-06-10 10:15:35 +01:00
parent c375d58e44
commit 4dc0eb548e
5 changed files with 13 additions and 37 deletions

View File

@@ -1,9 +1 @@
= buildroot_patches
Every `.patch` file in this directory gets applied to Buildroot before anything else is done.
Ideally, this directory should be empty, and we should use only built-in Buildroot configuration mechanisms.
But alas, life is sometimes not ideal.
We will use those patches only for things which could / have already been upstreamed. The patches will then be removed once we are able to rebase. Educational patches that we might want to do on QEMU will be done by forking the QEMU repo on our submodule. The difference is that it is a bit easier to remove the patches after upstreaming than to squash them out on rebase.
https://github.com/cirosantilli/linux-kernel-module-cheat#buildroot_patches

View File

@@ -1,12 +0,0 @@
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index f02df8bcc1..3b139bafa9 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -224,7 +224,6 @@ define QEMU_CONFIGURE_CMDS
./configure \
--prefix=/usr \
--cross-prefix=$(TARGET_CROSS) \
- --with-system-pixman \
--audio-drv-list= \
--enable-kvm \
--enable-attr \