Skip to content

Commit

Permalink
linux: version bumped to 4.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jul 22, 2015
1 parent a9f6b97 commit 9faeabb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
33 changes: 17 additions & 16 deletions kernel/linux/BUILD
@@ -1,21 +1,22 @@
# Do not install firmware on modules_install
sedit '/Makefile.*__fw_modinst/d' Makefile
# Do not install firmware on modules_install
sedit '/Makefile.*__fw_modinst/d' Makefile

# Needed for x86_64
MYARCH="`arch | grep -qw i.86 && echo i386 || arch`"
MYARCH="`arch | grep -qw i.86 && echo i386 || arch`"

PATCH_VERSION=$(echo $VERSION | cut -d . -f 3)
FULL_VERSION=$(echo $VERSION | cut -d . -f 1,2).${PATCH_VERSION:-0}
PATCH_VERSION=$(echo $VERSION | cut -d . -f 3)
FULL_VERSION=$(echo $VERSION | cut -d . -f 1,2).${PATCH_VERSION:-0}

echo | make oldconfig
LD_PRELOAD= cp .config $CONFIG_CACHE/.config.current
rm -f arch/${MYARCH}/boot/bzImage
echo | make oldconfig
LD_PRELOAD= cp .config $CONFIG_CACHE/.config.current
rm -f arch/${MYARCH}/boot/bzImage

make ${MAKES:+-j$MAKES} bzImage
make ${MAKES:+-j$MAKES} modules
backup_mods_krnl $FULL_VERSION
prepare_install
make modules_install
cp arch/${MYARCH}/boot/bzImage /boot/vmlinuz-$FULL_VERSION-$(arch)
cp System.map /boot/System.map-$FULL_VERSION-$(arch)
gzip -c -9 .config > /boot/config-$FULL_VERSION-$(arch).gz
make ${MAKES:+-j$MAKES} bzImage
make ${MAKES:+-j$MAKES} modules
backup_mods_krnl $FULL_VERSION
prepare_install
make modules_install

cp arch/${MYARCH}/boot/bzImage /boot/vmlinuz-$FULL_VERSION-$(arch)
cp System.map /boot/System.map-$FULL_VERSION-$(arch)
gzip -c -9 .config > /boot/config-$FULL_VERSION-$(arch).gz
6 changes: 3 additions & 3 deletions kernel/linux/DETAILS
@@ -1,5 +1,5 @@
MODULE=linux
VERSION=4.1.2
VERSION=4.1.3
BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$BASE.tar.xz
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
Expand All @@ -10,10 +10,10 @@ fi
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v4.x
SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v4.x
SOURCE_VFY=sha256:caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f
SOURCE2_VFY=sha256:1a8863e4cd7ef3d59b67061aaf5e3f98ad4c63dda015b9b483d458f2b673caef
SOURCE2_VFY=sha256:b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e
WEB_SITE=http://www.kernel.org/
ENTERED=20111121
UPDATED=20150711
UPDATED=20150722
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down

0 comments on commit 9faeabb

Please sign in to comment.