linux 3.2 sources
Zbigniew Luszpinski
zbiggy at o2.pl
Wed Jan 25 21:00:53 CET 2012
> Hi,
>
> I would like to suggest using the patches on top of the "main" souce
> again. linux-3.2.tar.bz + patch-3.2.1.bz2
> Or is there a strong reason why this isn't done for linux-3.x anymore?
> I would suggest this for the "fast" changing kernel since it save
> quite some download time. not for the linux-2.6-stable and such, they
> are pretty much version frozen.
>
> Regards,
> Peter
I agree. I have prepared all needed changes and just wait for linux 3.2.2
to implement it to moonbase. Also switched from bz2 to xz to download
smaller tarball and have shorter unpack time. If you want to use this
module you have to apply attached patch to add support for xz compressed
patch files.
/kernel/linux/DETAILS 2012-01-14 23:09:47.000000000 +0100
@@ -1,14 +1,17 @@
MODULE=linux
VERSION=3.2.1
- SOURCE=linux-$VERSION.tar.bz2
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.0
- SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.0
- SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.0
- SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.0
- SOURCE_VFY=sha1:9d278e8d11f368aaca97ed708e2e315b2127dc15
+ BASE=$(echo $VERSION | cut -d. -f1,2)
+ SOURCE=$MODULE-$BASE.tar.xz
+ SOURCE2=patch-$VERSION.xz
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
+ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
+ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
+ SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
+ SOURCE_VFY=sha1:0d6ae32001e3c2ecd996675c4262a9ae977733c5
+ SOURCE2_VFY=sha1:c0496242e5682f248419bec292ab0730b66e5ab6
WEB_SITE=http://www.kernel.org
ENTERED=20111121
- UPDATED=20120113
+ UPDATED=20120114
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
have a nice day,
Zbigniew Luszpinski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xz-for-patch_it.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://foo-projects.org/pipermail/lunar-dev/attachments/20120125/8a94cf0a/attachment.bin>
More information about the Lunar-dev
mailing list