summaryrefslogtreecommitdiff
path: root/arm/LINUX_KERNEL_COPYING
AgeCommit message (Collapse)Author
2014-09-17Upgrade qemu kernels to support multinetwork.David 'Digit' Turner
This patch updates the binaries of emulator-specific kernels to the following revisions (https://android.googlesource.com/kernel/goldfish): android-goldfish-3.4: ea97df6 goldfish: Enable multinetwork kernel features. android-goldfish-3.10: 64a0393 goldfish: Enable multinetwork kernel feature. The main goals is to get multinetwork working, which is required to properly emulate Android L and beyond. This also includes other patches, including compatibility-related patches for the ARM64 kernel that make ARMv7 binaries run properly under it. BUG=17516983 Change-Id: I2f1c352b72ca6b254dbcb9732dee3c014867ae99
2012-01-05Move emulator kernels to a separate project.Jean-Baptiste Queru
Original commit for the qemu kernels: commit ffb4c7a2309dd37821f831ed6b545acbfe83401d Author: Vladimir Chtchetkine <vchtchetkine@google.com> Date: Thu Nov 17 06:52:17 2011 -0800 emulator: kernel: goldfish: VPN and networking option fixes Built with the following patches: 46b05b2fc0594fd6db7ea88c1e9f02ec395c33a0 emulator: kernel: goldfish: Enable CONFIG_TUN da20c851a097161bcb40f0204bf1fc94983d0542 emulator: kernel: goldfish: Update networking options 2fe8294d8a47820d986956e4b69c95b2d6af37a2 emulator: kernel: goldfish: Fix multi-touch event handl The HEAD of the source tree is the first SHA-1: 46b05b2fc0594fd6db7ea88c1e9f02ec395c33a0 The first one (in reversed order) fixes multi-touch emulation (when using a real USB-connected device to emulate sensors) The second one updates network configuration settings (enabling a few options in the ARM configs that are already enabled in the x86 one) The third one enables TUN and ensures that applications cannot create tun interfaces as well. It depends on the second one and is required for VPN support in the emulator. Original commit for the vbox kernels: commit fc9e511de05d636302c8487079773c76bfd10190 Author: David 'Digit' Turner <digit@android.com> Date: Sat Mar 19 00:15:27 2011 +0100 Update x86 virtualbox kernel image. This image was generated using the following repositories on android.git.kernel.org (and corresponding SHA1s): kernel/qemu.git 39d5f544b00b564a2a8ea350cc296f9dbdde006a prebuilt.git/linux-x86/toolchain/i686-android-linux-4.4.3/ ee17e6ebd14ff3b20a6477733bbaec6bb097a481 external/qemu.git/distrib/build-kernel.sh fe6c89d7d8684c112db7da6bbea12284c4896f3a It was generated by invoking the script with: /path/to/build-kernel.sh --arch=x86 --config=vbox This image is only intended for emulation with the VirtualBox program. + Remove obsolete .config file + Update README