mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
buildroot: update to bc60382b8ff776bd58dfd4732221e5c927c50c37
Set the submodule to track our fork for rpath.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
Reference in New Issue
Block a user