wok annotate linux-libre/receipt @ rev 19969

R: update deps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 02 11:23:04 2017 +0200 (2017-06-02)
parents e129640c4d69
children 9e8d7fd12ee2
rev   line source
gokhlayeh@9257 1 # SliTaz package receipt.
gokhlayeh@9257 2
gokhlayeh@9257 3 PACKAGE="linux-libre"
pascal@14201 4 VERSION="2.6.37-gnu"
gokhlayeh@9257 5 CATEGORY="base-system"
gokhlayeh@9257 6 SHORT_DESC="The Linux Libre kernel and modules."
gokhlayeh@9257 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
gokhlayeh@9257 9 PROVIDE="linux"
pascal@14201 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
gokhlayeh@9257 11 WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
gokhlayeh@9257 12 WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/$VERSION/$TARBALL"
gokhlayeh@9257 13 CONFIG_FILES="/lib/modules/$VERSION-slitaz/modules.dep"
gokhlayeh@9257 14
slaxemulator@10638 15 DEPENDS="depmod"
pascal@19797 16 BUILD_DEPENDS="slitaz-toolchain perl git lzma patch aufs"
slaxemulator@10638 17
gokhlayeh@9257 18 # Rules to configure and make the package.
gokhlayeh@9257 19 compile_rules()
gokhlayeh@9257 20 {
gokhlayeh@9257 21 # this is code to help update the kernel version faster
pascal@14179 22 #for i in $(grep -l 'WANTED="linux-libre"' $WOK/*/receipt)
gokhlayeh@9257 23 #do
gokhlayeh@9257 24 # sed -i 's|VERSION="OLDVERSION"|VERSION="NEWVERSION"|g' $i
gokhlayeh@9257 25 #done
gokhlayeh@11396 26
gokhlayeh@11396 27 [ ! -x /usr/bin/cook ] && report open-bloc
gokhlayeh@9257 28
slaxemulator@10638 29 # Check for Aufs and cook it if unbuilt.
slaxemulator@10638 30 echo "Checking for Aufs packages..."
gokhlayeh@9257 31 _AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
pascal@19799 32 AUFSDIR=$WOK/aufs/source/aufs-${_AUFSVER}
pascal@19797 33 if [ ! -x /usr/bin/cook ]; then
gokhlayeh@11396 34 # We only need aufs source. Also cooking now is a bad idea since it
gokhlayeh@11396 35 # needs linux-module-headers.
slaxemulator@10638 36 AUFSDIR=$WOK/aufs/aufs-${_AUFSVER}
slaxemulator@10638 37 [ -d "$AUFSDIR" ] && rm -rf $AUFSDIR
pankso@10630 38 tazwok get-src aufs --target=$AUFSDIR || { report close-bloc; return 1; }
pankso@10630 39 fi
al@18741 40
slaxemulator@10638 41 echo "Copying Aufs files and patches..."
gokhlayeh@9257 42 cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src
slaxemulator@10638 43 cp -a $AUFSDIR/*.patch $stuff
gokhlayeh@11396 44
gokhlayeh@9257 45 # SliTaz db
gokhlayeh@11396 46 rm -rf $WOK/$PACKAGE/slitaz && mkdir $WOK/$PACKAGE/slitaz
slaxemulator@9337 47 echo "$WGET_URL" > $WOK/$PACKAGE/slitaz/url
gokhlayeh@9257 48 cp $stuff/gztazmod.sh $stuff/list_modules.sh $WOK/$PACKAGE/slitaz
gokhlayeh@9257 49 cp $stuff/bootloader.sh $WOK/$PACKAGE/slitaz
slaxemulator@10638 50
gokhlayeh@9257 51 # Apply patches
gokhlayeh@11396 52 echo "Applying patches..."
gokhlayeh@9257 53 while read patch_file; do
gokhlayeh@9257 54 echo "$patch_file" >> $WOK/$PACKAGE/slitaz/patches
gokhlayeh@9257 55 cp $stuff/$patch_file $WOK/$PACKAGE/slitaz
gokhlayeh@9257 56 if [ -f done.$patch_file ]; then
gokhlayeh@9257 57 echo "Skipping $patch_file"
gokhlayeh@9257 58 continue
gokhlayeh@9257 59 fi
gokhlayeh@9257 60 echo "Apply $patch_file"
gokhlayeh@11396 61 patch -p1 < $WOK/$PACKAGE/slitaz/$patch_file || { report close-bloc; return 1; }
gokhlayeh@9257 62 touch done.$patch_file
gokhlayeh@9257 63 done <<EOT
gokhlayeh@9257 64 $PACKAGE-diff-$VERSION.u
gokhlayeh@9257 65 $PACKAGE-header-$VERSION.u
gokhlayeh@9257 66 $PACKAGE-freeinitrd-$VERSION.u
gokhlayeh@9257 67 aufs2-base.patch
gokhlayeh@9257 68 aufs2-standalone.patch
gokhlayeh@9257 69 001-squashfs-decompressors-add-xz-decompressor-module.patch
gokhlayeh@9257 70 002-squashfs-decompressors-add-boot-time-xz-support.patch
gokhlayeh@9257 71 003-squashfs-x86-support-xz-compressed-kernel.patch
gokhlayeh@9257 72 004-squashfs-add-xz-compression-support.patch
gokhlayeh@9257 73 005-squashfs-add-xz-compression-configuration-option.patch
gokhlayeh@9257 74 EOT
gokhlayeh@11396 75
gokhlayeh@11396 76 [ ! -x /usr/bin/cook ] && report step "Make kernel proper and then build lguest"
slaxemulator@10638 77
gokhlayeh@9257 78 make mrproper
gokhlayeh@9257 79 cd Documentation/lguest
gokhlayeh@11396 80 make $MAKEFLAGS lguest || { report close-bloc; return 1; }
gokhlayeh@9257 81 cd $src
gokhlayeh@9257 82
gokhlayeh@11396 83 [ ! -x /usr/bin/cook ] && report step "Make bzImage without modules first"
gokhlayeh@11396 84
gokhlayeh@9257 85 # Build bzImage without modules first
gokhlayeh@9257 86 cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config
gokhlayeh@9257 87 sed -i 's/CONFIG_MODULES=y/# CONFIG_MODULES is not set/' .config
al@18741 88
gokhlayeh@9257 89 # We can't keep every driver in staging
gokhlayeh@9257 90 sed -i -e 's/^CONFIG_RTL8192/#&/' \
al@18741 91 -e 's/^CONFIG_R8187SE/#&/' \
al@18741 92 -e 's/^CONFIG_RT2870/#&/' .config
gokhlayeh@9257 93 yes '' | make oldconfig
gokhlayeh@11396 94 make $MAKEFLAGS bzImage || { report close-bloc; return 1; }
pascal@15602 95 [ -d $DESTDIR ] || mkdir -p $DESTDIR
pascal@15602 96 mv arch/x86/boot/bzImage $DESTDIR
gokhlayeh@9257 97 mv System.map System.map-without-modules
gokhlayeh@9257 98
gokhlayeh@11400 99 [ ! -x /usr/bin/cook ] && report step "Now build bzImage with modules"
slaxemulator@10638 100
gokhlayeh@9257 101 # Build bzImage with modules
gokhlayeh@9257 102 cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config
gokhlayeh@9257 103 make oldconfig
gokhlayeh@9257 104 ln .config $WOK/$PACKAGE/slitaz/config
gokhlayeh@11396 105 make $MAKEFLAGS bzImage &&
gokhlayeh@11396 106 make $MAKEFLAGS modules &&
pascal@15602 107 make INSTALL_MOD_PATH=$DESTDIR modules_install &&
pascal@15602 108 make INSTALL_HDR_PATH=$DESTDIR/usr headers_install &&
gokhlayeh@11396 109 [ -s arch/x86/boot/bzImage ] || { report close-bloc; return 1; }
pascal@15602 110 mkdir -p $DESTDIR/boot 2> /dev/null
pascal@15602 111 mv arch/x86/boot/bzImage $DESTDIR/boot/vmlinuz-$VERSION-slitaz
al@18741 112
gokhlayeh@11396 113 [ ! -x /usr/bin/cook ] && report step "Compressing all modules"
al@18741 114
gokhlayeh@9257 115 # Compress all modules.
pascal@15602 116 $stuff/gztazmod.sh $DESTDIR/lib/modules/$VERSION-slitaz
gokhlayeh@9257 117 ln System.map System.map-modules
gokhlayeh@9257 118 ln Module.symvers Module.symvers-modules
al@18741 119
gokhlayeh@11396 120 if [ ! -x /usr/bin/cook ]; then
gokhlayeh@11396 121 report close-bloc
gokhlayeh@11396 122 fi
gokhlayeh@9257 123 }
gokhlayeh@9257 124
gokhlayeh@9257 125 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@9257 126 genpkg_rules()
gokhlayeh@9257 127 {
al@18741 128 local path
al@18741 129 cp -a $install/boot $fs
al@18741 130 # Compress all modules.
al@18741 131 #$stuff/gztazmod.sh $install/lib/modules/$VERSION-slitaz
al@18741 132 path=$fs/lib/modules/$VERSION-slitaz/kernel
al@18741 133 mkdir -p $path
al@18741 134 cp -a $install/lib/modules/$VERSION-slitaz/mo* \
gokhlayeh@9257 135 $fs/lib/modules/$VERSION-slitaz
al@18741 136 # Get the base modules
al@18741 137 export src
al@18741 138 export _pkg
al@18741 139 mkdir $WOK/$PACKAGE/tmp
al@18741 140 $stuff/list_modules.sh \
gokhlayeh@11396 141 $(cat stuff/modules-$VERSION.list) > $WOK/$PACKAGE/tmp/modules.list
al@18741 142 while read module; do
al@18741 143 dir=$(dirname $module)
al@18741 144 [ -d $path/$dir ] || mkdir -p $path/$dir
al@18741 145 cp -a $install/lib/modules/$VERSION-slitaz/kernel/$module $path/$dir
al@18741 146 done < $WOK/$PACKAGE/tmp/modules.list
al@18741 147 # Remove unresolved links
al@18741 148 rm -f $fs/lib/modules/$VERSION-slitaz/build
al@18741 149 rm -f $fs/lib/modules/$VERSION-slitaz/source
pascal@17733 150
al@18741 151 # Pack all packages with a kernel module
al@18741 152 for i in $(cd $WOK; grep -l '^WANTED="linux-libre"' */receipt); do
al@18741 153 [ ! -d "$install/lib/modules/$VERSION-slitaz" ] && return 1
al@18741 154 cook ${i%/receipt}
al@18741 155 done
al@18741 156
al@18741 157 # Check and echo any module in kernel .config that's not added to
al@18741 158 # one of linux-* pkgs
al@18741 159 export PACKAGE
al@18741 160 $stuff/check_modules.sh
gokhlayeh@9257 161 }
gokhlayeh@9257 162
gokhlayeh@9257 163 # Pre and post install commands for Tazpkg.
gokhlayeh@9257 164 post_install()
gokhlayeh@9257 165 {
al@18741 166 chroot "$1/" depmod -a $VERSION-slitaz
al@18741 167 # GRUB stuff.
al@18741 168 if [ -f "$1/boot/grub/menu.lst" ]; then
al@18741 169 root_dev=$(cat "$1/boot/grub/menu.lst" | grep root= | sed 's/.*root=\([^ ]*\).*/\1/' | head -n 1)
al@18741 170 grub_dev=$(cat "$1/boot/grub/menu.lst" | grep "root (" | head -n 1)
gokhlayeh@9257 171 # Add new kernel entry in case of upgrade for installed system.
pascal@18730 172 if ! grep -q $PACKAGE-$VERSION-slitaz "$1/boot/grub/menu.lst"; then
al@18741 173 cat >> "$1/boot/grub/menu.lst" <<EOT
gokhlayeh@9257 174
gokhlayeh@9257 175 title SliTaz GNU/Linux (Kernel $VERSION-slitaz)
gokhlayeh@9257 176 $grub_dev
gokhlayeh@9257 177 kernel /boot/vmlinuz-$VERSION-slitaz root=$root_dev
gokhlayeh@9257 178 EOT
gokhlayeh@9257 179 fi
gokhlayeh@9257 180 # Display information message.
al@18741 181 cat <<EOT
gokhlayeh@9257 182 ----
gokhlayeh@9257 183 GRUB is installed, these tree lines must be in your /boot/grub/menu.lst:
gokhlayeh@9257 184
gokhlayeh@9257 185 title SliTaz GNU/Linux (Kernel $VERSION-slitaz)
gokhlayeh@9257 186 $grub_dev
gokhlayeh@9257 187 kernel /boot/vmlinuz-$VERSION-slitaz root=$root_dev
gokhlayeh@9257 188 ----
gokhlayeh@9257 189 EOT
al@18741 190 fi
al@18741 191 true
gokhlayeh@9257 192 }