Commit Graph

1883 Commits

Author SHA1 Message Date
MilhouseVH
33186418db linux (Generic/Allwinner): update to linux-5.4.12 2020-01-29 21:12:44 +00:00
MilhouseVH
007929a2fb linux (RPi/RPi2/RPi4): update to linux-0005d9b (5.4.11) 2020-01-29 21:12:44 +00:00
MilhouseVH
e4a9e74817 linux (Generic/Allwinner): update to linux-5.4.11 2020-01-29 21:12:44 +00:00
MilhouseVH
d0ea1b072e linux (Generic/Allwinner): update to linux-5.4.10 2020-01-29 21:12:44 +00:00
MilhouseVH
6667cf827d linux (Generic/Allwinner): update to linux-5.4.9 2020-01-29 21:12:44 +00:00
MilhouseVH
c0900f1606 linux (RPi/RPi2/RPi4): update to linux-53c77f0 (5.4.8) 2020-01-29 21:12:44 +00:00
MilhouseVH
3fa3b84c84 linux (Generic/Allwinner): update to linux-5.4.8 2020-01-29 21:12:44 +00:00
MilhouseVH
3211ebd5d2 linux: add initramfs target dependencies due to lack of recursive build 2020-01-15 18:49:15 +00:00
MilhouseVH
0127a60919 linux (RPi/RPi2/RPi4): update to linux-75bb710 (5.4.7) 2020-01-03 19:30:54 +00:00
MilhouseVH
9837aee172 linux (Generic/Allwinner): update to linux-5.4.7 2020-01-03 07:51:55 +00:00
MilhouseVH
6d8b233438 linux (Generic/Allwinner): update to linux-5.4.6 2020-01-03 07:51:55 +00:00
MilhouseVH
88b8913471 linux (Generic): fix broken ALSA on Nvidia after 5.4.3
Ref: https://bugzilla.kernel.org/show_bug.cgi?id=205855
2020-01-03 07:51:55 +00:00
MilhouseVH
b267e71abe linux (Generic/Allwinner): update to linux-5.4.5 2020-01-03 07:51:54 +00:00
MilhouseVH
153ea2a4fa linux (RPi/RPi2/RPi4): update to linux-e876de2 (5.4.3) 2020-01-03 07:51:54 +00:00
MilhouseVH
c290073e02 linux (Generic/Allwinner): update to linux-5.4.3 2020-01-03 07:51:54 +00:00
MilhouseVH
ca8e60fb05 linux (RPi/RPi2/RPi4): update to linux-8e61c35 (5.4.2) 2020-01-03 07:51:54 +00:00
MilhouseVH
d67259b322 linux (Generic/Allwinner): update to linux-5.4.2 2020-01-03 07:51:54 +00:00
MilhouseVH
eefe087924 linux (RPi/RPi2/RPi4): update to linux-eb09b94 (5.4.1) 2020-01-03 07:51:54 +00:00
MilhouseVH
edbfae3fb9 linux (Generic/Allwinner): update to linux-5.4.1 2020-01-03 07:51:54 +00:00
Andre Heider
61af0490ef image: don't fish out kernel files out of its build dir
Install the files required by $SCRIPTS/image to a hidden directory. That
way, the files won't get copied to the system filesystem, but the script
can access them without requiring access to the build directory,
2019-12-31 11:26:49 +01:00
Andre Heider
b9c9046654 linux: merge post_install() into makeinstall_target()
$PKG_BUILD, a build time variable, is accessed in post_install(), which is an
install time function. Move it, so the regdb files are copied in a build time
function instead.
2019-12-31 11:26:49 +01:00
Andre Heider
4197b75c8e build: include initramfs:init in the build plan
Now with the dependencies in initramfs:init, we can include it in the
build plan to parallalize it. But just build them there, the kernel package
keeps installing them.
2019-12-31 11:26:49 +01:00
Andre Heider
f0638817a2 linux: depend on all initramfs dependencies, not just busybox's
The initramfs in embedded, so rebuild if it changes.
2019-12-31 11:26:49 +01:00
Andre Heider
ab4e3a3256 linux: ensure that the initramfs is always complete
The build target calls the install script, and this short circuits the
image/install/stamp logic. Wipe the initramfs/:init install stamps along
$BUILD/initramfs to ensure everything gets installed when creating the
ramdisk for the kernel.
2019-12-31 11:26:49 +01:00
Andre Heider
9c228ecd94 linux: remove PKG_DEPENDS_INIT
There is no linux:init.
2019-12-31 11:26:49 +01:00