Commit 420026ad authored by Artem Moroz's avatar Artem Moroz

Merge branch 'master' of https://git.iszf.irk.ru/certo/linux

parents 5a20c1cd 82f08512
...@@ -18,6 +18,7 @@ boot-i5-3317u: boot-x86_64 ...@@ -18,6 +18,7 @@ boot-i5-3317u: boot-x86_64
boot-i5-8500: boot-x86_64 boot-i5-8500: boot-x86_64
boot-i7-2600: boot-x86_64 boot-i7-2600: boot-x86_64
boot-xeon-5130: boot-x86_64 boot-xeon-5130: boot-x86_64
boot-xeon-e5504: boot-x86_64
boot-xeon-e5620: boot-x86_64 boot-xeon-e5620: boot-x86_64
boot-xeon-x5650: boot-x86_64 boot-xeon-x5650: boot-x86_64
boot-xeon-e3-1271: boot-x86_64 boot-xeon-e3-1271: boot-x86_64
...@@ -516,6 +517,43 @@ xeon-5130: ...@@ -516,6 +517,43 @@ xeon-5130:
rm -rf /kernelconfig rm -rf /kernelconfig
rm -rf linux-4.14.36 rm -rf linux-4.14.36
xeon-e5504-clfs:
tar xf linux-4.14.36.tar.xz
patch -Np1 -d linux-4.14.36 < linux-4.14.36-gcc8.patch
$(MAKE) -C linux-4.14.36 defconfig
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/xeon-e5504` ; for config in $$files ; do cat /kernelconfig/xeon-e5504/$$config >> linux-4.14.36/.config ; done'
$(MAKE) -C linux-4.14.36 oldconfig
$(MAKE) -C linux-4.14.36
$(MAKE) -C linux-4.14.36 modules_install
cp -v linux-4.14.36/arch/x86/boot/bzImage /boot/vmlinuz-4.14.36
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage
$(MAKE) -C ../kmod tests
rm -rf /kernelconfig
rm -rf linux-4.14.36
xeon-e5504:
tar xf linux-4.14.36.tar.xz
patch -Np1 -d linux-4.14.36 < linux-4.14.36-gcc8.patch
cp -v /boot/config-4.14.36 linux-4.14.36/.config
/kernelconfig/initramfs/prepare
bash -c 'files=`ls -1 /kernelconfig/xeon-e5504` ; for config in $$files ; do cat /kernelconfig/xeon-e5504/$$config >> linux-4.14.36/.config ; done'
$(MAKE) -C linux-4.14.36 oldconfig
$(MAKE) -C linux-4.14.36
rm -rf /lib/modules
rm -f /boot/config*
rm -f /boot/vmlinuz*
rm -f /boot/System.map*
$(MAKE) -C linux-4.14.36 modules_install
cp -v linux-4.14.36/arch/x86/boot/bzImage /boot/vmlinuz-4.14.36
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage
rm -rf /kernelconfig
rm -rf linux-4.14.36
xeon-e5620-clfs: xeon-e5620-clfs:
tar xf linux-4.14.36.tar.xz tar xf linux-4.14.36.tar.xz
patch -Np1 -d linux-4.14.36 < linux-4.14.36-gcc8.patch patch -Np1 -d linux-4.14.36 < linux-4.14.36-gcc8.patch
......
...@@ -249,6 +249,10 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}" ...@@ -249,6 +249,10 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
<ant antfile="packages/linux/build.xml" target="boot-linux-x86_64"/> <ant antfile="packages/linux/build.xml" target="boot-linux-x86_64"/>
</target> </target>
<target name="boot-linux-xeon-e5504">
<ant antfile="packages/linux/build.xml" target="boot-linux-x86_64"/>
</target>
<target name="boot-linux-xeon-e5620"> <target name="boot-linux-xeon-e5620">
<ant antfile="packages/linux/build.xml" target="boot-linux-x86_64"/> <ant antfile="packages/linux/build.xml" target="boot-linux-x86_64"/>
</target> </target>
......
kernel
/boot/.*
modules
/lib/modules/.*
kernel
/boot/.*
modules
/lib/modules/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment