05-07-2016, 03:28 PM
All problem just normal crappiness mostly.
Kernel for A64 git
|
05-07-2016, 03:28 PM
All problem just normal crappiness mostly.
05-16-2016, 02:30 PM
I pushed a new Kernel minor build bringing some additional file system support and fixing hw-supported ahash registration which was broken. See first post of this thread for details.
Get 3.10.101-1-pine64-longsleep-41 from https://www.stdin.xyz/downloads/people/l...ges/linux/ Update like this (as root, not sudo!) on any of my images: Code: bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
05-19-2016, 12:24 PM
Hey, /u/longsleep - with kernel 4.6 now official, are you going to be working on porting that back down, or do you think it'll 'just work'???
hrmmm... maybe i should give it a try while waiting for a response...
05-19-2016, 12:42 PM
I will not port anything down whatever you mean by that. Its quite the opposite direction - just that Kernel 4.6 has basic A64 SoC support is of little consequence for the Pine64 right now. See my response at http://forum.pine64.org/showthread.php?t...79#pid9779
05-19-2016, 01:25 PM
Ahh.. i got too excited when I saw the A64 SoC support.
I wish i had the C skills and kernel knowledge to help out. I'm much better on the system management/scripting side of things.
05-21-2016, 12:24 PM
I pushed a new Kernel minor build backporting apparmor 3 to get full support for secure containers. This means the XFS module is no longer included as it is incompatible. See first post of this thread for the complete list.
Get 3.10.101-2-pine64-longsleep-48 from https://www.stdin.xyz/downloads/people/l...ges/linux/ Update like this (as root, not sudo!) on any of my images: Code: bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
05-24-2016, 03:49 PM
I pushed a new Kernel minor, backporting the last missing bit to support unprivileged secure containers. This means Pine64 now has full support for the LXD container hypervisor (see http://www.ubuntu.com/cloud/lxd for details).
Get 3.10.101-3-pine64-longsleep-50 from https://www.stdin.xyz/downloads/people/l...ges/linux/ Update like this (as root, not sudo!) on any of my images: Code: bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
05-26-2016, 01:44 PM
I just pushed a new awesom Kernel release together with an update to the update scripts. Starting with 3.10.101-4-pine64-longsleep-51 the Kernel release supports out-of-tree building of modules and DKMS. For example this makes it possible to install ZFS on Ubuntu and the Kernel modules will compile automatically on installation and on every future Kernel update.
Get 3.10.101-4-pine64-longsleep-51 from https://www.stdin.xyz/downloads/people/l...ges/linux/ Update like this (as root, not sudo!) on any of my images: Code: bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
05-27-2016, 12:14 PM
Great work, longsleep!
I guess this means that the script I wrote to do a full-from-source compile won't be needed anymore, now that out-of-tree modules work. change is good. :-)
05-27-2016, 03:43 PM
(02-14-2016, 03:00 AM)longsleep Wrote: To easily build the Kernel as provided in the BSP i have added it to Git including patches to make it actually compile and work suitably: How to add to support into the official linux kernel tree ? |