2014-01-23 00:33:45 +00:00
|
|
|
# Template file for 'odroid-u2-kernel'
|
2014-01-21 20:45:40 +00:00
|
|
|
#
|
2014-08-09 08:54:28 +00:00
|
|
|
# Latest commit as of 20140809
|
2014-11-04 14:52:47 +00:00
|
|
|
_githash="0c5ca23376fdddc43a08e5709e4d4bf18bc747f0"
|
2014-01-26 16:54:09 +00:00
|
|
|
_gitshort="${_githash:0:7}"
|
2014-01-21 20:45:40 +00:00
|
|
|
|
2014-01-23 00:33:45 +00:00
|
|
|
pkgname=odroid-u2-kernel
|
2014-11-04 14:52:47 +00:00
|
|
|
version=3.8.13.28
|
2014-11-04 15:23:54 +00:00
|
|
|
revision=3
|
2014-01-21 20:45:40 +00:00
|
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
|
|
homepage="http://www.kernel.org"
|
|
|
|
license="GPL-2"
|
2014-01-26 16:54:09 +00:00
|
|
|
short_desc="The Linux kernel and modules for the Odroid U2/U3 (${version%.*} series [git ${_gitshort}])"
|
2014-01-21 20:45:40 +00:00
|
|
|
distfiles="https://github.com/hardkernel/linux/archive/${_githash}.tar.gz"
|
2014-11-04 14:52:47 +00:00
|
|
|
checksum=d87e988b1000e4ae28172a2d83676e64e8b8a0c9a77a2554dc394152141b5b26
|
2014-01-21 20:45:40 +00:00
|
|
|
wrksrc="linux-${_githash}"
|
2014-01-23 00:33:45 +00:00
|
|
|
provides="kernel-odroid-u2-${version}_${revision}"
|
|
|
|
replaces="kernel-odroid-u2>=0"
|
2014-01-21 20:45:40 +00:00
|
|
|
|
|
|
|
_kernver="${version}_${revision}"
|
|
|
|
|
|
|
|
nostrip=yes
|
|
|
|
noverifyrdeps=yes
|
|
|
|
only_for_archs="armv7l"
|
2014-08-06 08:07:49 +00:00
|
|
|
hostmakedepends="perl python kmod>=11_2 uboot-mkimage libressl-openssl elfutils bc"
|
2014-01-21 20:45:40 +00:00
|
|
|
makedepends="ncurses-devel"
|
|
|
|
depends="kmod>=11_2"
|
|
|
|
triggers="kernel-hooks"
|
|
|
|
# These files could be modified when an external module is built.
|
|
|
|
mutable_files="
|
|
|
|
/usr/lib/modules/${_kernver}/modules.dep
|
|
|
|
/usr/lib/modules/${_kernver}/modules.dep.bin
|
|
|
|
/usr/lib/modules/${_kernver}/modules.symbols
|
|
|
|
/usr/lib/modules/${_kernver}/modules.symbols.bin
|
|
|
|
/usr/lib/modules/${_kernver}/modules.alias
|
|
|
|
/usr/lib/modules/${_kernver}/modules.alias.bin
|
|
|
|
/usr/lib/modules/${_kernver}/modules.devname"
|
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
|
|
|
fi
|
|
|
|
|
|
|
|
unset LDFLAGS
|
2014-04-01 23:02:28 +00:00
|
|
|
cat ${FILESDIR}/u2-dotconfig-custom > .config
|
2014-01-21 20:45:40 +00:00
|
|
|
|
|
|
|
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
|
|
|
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
|
|
|
|
}
|
|
|
|
|
|
|
|
do_build() {
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
|
|
|
fi
|
|
|
|
unset LDFLAGS
|
|
|
|
make ${makejobs} ${_args} ARCH=arm prepare
|
|
|
|
make ${makejobs} ${_args} ARCH=arm zImage modules
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
local hdrdest
|
|
|
|
|
|
|
|
# Run depmod after compressing modules.
|
|
|
|
sed -i '2iexit 0' scripts/depmod.sh
|
|
|
|
|
|
|
|
# Install kernel, firmware and modules
|
|
|
|
make ARCH=arm INSTALL_MOD_PATH=${DESTDIR} modules_install
|
|
|
|
|
|
|
|
vinstall arch/arm/boot/zImage 644 boot
|
|
|
|
|
2014-01-26 16:54:09 +00:00
|
|
|
hdrdest=${DESTDIR}/usr/src/${sourcepkg}-headers-${_kernver}
|
2014-01-21 20:45:40 +00:00
|
|
|
|
|
|
|
# Switch to /usr.
|
|
|
|
vmkdir usr
|
|
|
|
mv ${DESTDIR}/lib ${DESTDIR}/usr
|
|
|
|
|
|
|
|
cd ${DESTDIR}/usr/lib/modules/${_kernver}
|
|
|
|
rm -f source build
|
2014-01-26 16:54:09 +00:00
|
|
|
ln -sf ../../../src/${sourcepkg}-headers-${_kernver} build
|
2014-01-21 20:45:40 +00:00
|
|
|
|
|
|
|
cd ${wrksrc}
|
|
|
|
|
|
|
|
# Remove firmware stuff provided by the "linux-firmware" pkg.
|
|
|
|
rm -rf ${DESTDIR}/usr/lib/firmware
|
|
|
|
|
|
|
|
mkdir -p ${hdrdest}/include
|
|
|
|
for i in acpi asm-generic config crypto drm generated linux math-emu \
|
|
|
|
media net pcmcia scsi sound trace video xen; do
|
|
|
|
[ -d include/$i ] && cp -a include/$i ${hdrdest}/include
|
|
|
|
done
|
|
|
|
|
|
|
|
cd ${wrksrc}
|
|
|
|
# Copy files necessary for later builds.
|
|
|
|
cp Module.symvers ${hdrdest}
|
|
|
|
cp -a scripts ${hdrdest}
|
|
|
|
|
|
|
|
# fix permissions on scripts dir
|
|
|
|
chmod og-w -R ${hdrdest}/scripts
|
|
|
|
|
|
|
|
# copy arch includes for external modules
|
|
|
|
mkdir -p ${hdrdest}/arch/arm/mach-exynos
|
|
|
|
mkdir -p ${hdrdest}/arch/arm/plat-samsung
|
|
|
|
|
|
|
|
cp -a arch/arm/include ${hdrdest}/arch/arm
|
|
|
|
cp -a arch/arm/mach-exynos/include ${hdrdest}/arch/arm/mach-exynos
|
|
|
|
cp -a arch/arm/plat-samsung/include ${hdrdest}/arch/arm/plat-samsung
|
|
|
|
|
|
|
|
mkdir -p ${hdrdest}/arch/arm/kernel
|
|
|
|
|
|
|
|
cp arch/arm/Makefile ${hdrdest}/arch/arm
|
|
|
|
if [ "$MACHINE_ARCH" = "i686" ]; then
|
|
|
|
cp arch/arm/Makefile_32.cpu ${hdrdest}/arch/arm
|
|
|
|
fi
|
|
|
|
cp arch/arm/kernel/asm-offsets.s ${hdrdest}/arch/arm/kernel
|
|
|
|
|
|
|
|
# Add docbook makefile
|
|
|
|
install -Dm644 Documentation/DocBook/Makefile \
|
|
|
|
${hdrdest}/Documentation/DocBook/Makefile
|
|
|
|
|
|
|
|
# Add md headers
|
|
|
|
mkdir -p ${hdrdest}/drivers/md
|
|
|
|
cp drivers/md/*.h ${hdrdest}/drivers/md
|
|
|
|
|
|
|
|
# Add inotify.h
|
|
|
|
mkdir -p ${hdrdest}/include/linux
|
|
|
|
cp include/linux/inotify.h ${hdrdest}/include/linux
|
|
|
|
|
|
|
|
# Add wireless headers
|
|
|
|
mkdir -p ${hdrdest}/net/mac80211/
|
|
|
|
cp net/mac80211/*.h ${hdrdest}/net/mac80211
|
|
|
|
|
|
|
|
# add dvb headers for external modules
|
|
|
|
mkdir -p ${hdrdest}/include/config/dvb/
|
|
|
|
cp include/config/dvb/*.h ${hdrdest}/include/config/dvb/
|
|
|
|
|
|
|
|
# Copy in Kconfig files
|
|
|
|
for i in $(find . -name "Kconfig*"); do
|
|
|
|
mkdir -p ${hdrdest}/$(echo $i | sed 's|/Kconfig.*||')
|
|
|
|
cp $i ${hdrdest}/$i
|
|
|
|
done
|
|
|
|
|
|
|
|
# Remove unneeded architectures
|
|
|
|
for arch in alpha arm26 avr32 blackfin cris frv h8300 \
|
|
|
|
ia64 m* p* s* um v850 x86 xtensa; do
|
|
|
|
rm -rf ${hdrdest}/arch/${arch}
|
|
|
|
done
|
|
|
|
|
|
|
|
# Compress all modules with xz to save a few MBs.
|
|
|
|
msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n"
|
|
|
|
find ${DESTDIR} -name '*.ko' -exec gzip -9 {} \;
|
|
|
|
|
|
|
|
# ... and run depmod again.
|
|
|
|
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}
|
|
|
|
}
|
|
|
|
|
2014-01-23 00:33:45 +00:00
|
|
|
odroid-u2-kernel-headers_package() {
|
2014-01-21 20:45:40 +00:00
|
|
|
nostrip=yes
|
|
|
|
noverifyrdeps=yes
|
2014-01-26 16:54:09 +00:00
|
|
|
short_desc="Linux kernel headers for the Odroid U2/U3 (${version%.*} series [${_gitshort}])"
|
2014-01-21 20:45:40 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/src
|
|
|
|
vmove usr/lib/modules/${_kernver}/build
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|