Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
linux
Commits
9e29ce8b
Commit
9e29ce8b
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded linux to 5.4.51
parent
f4af3986
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11177 additions
and
3523 deletions
+11177
-3523
Makefile
Makefile
+633
-632
build.xml
build.xml
+32
-32
linux-5.4.51-orangepi.patch
linux-5.4.51-orangepi.patch
+10512
-2859
linux-5.4.51.tar.xz
linux-5.4.51.tar.xz
+0
-0
No files found.
Makefile
View file @
9e29ce8b
headers
:
tar
xf linux-5.2.8.tar.xz
$(MAKE)
-C
linux-5.2.8 mrproper
$(MAKE)
-C
linux-5.2.8 headers_check
$(MAKE)
-C
linux-5.2.8
INSTALL_HDR_PATH
=
/usr headers_install
find /usr/include
-name
.install
-or
-name
..install.cmd | xargs
rm
-fv
rm
-rf
linux-5.2.8
tar
xf linux-5.4.51.tar.xz
$(MAKE)
-C
linux-5.4.51 mrproper
$(MAKE)
-C
linux-5.4.51 headers
cd
linux-5.4.51
&&
find usr/include
-name
'.*'
-delete
cd
linux-5.4.51
&&
rm
usr/include/Makefile
cd
linux-5.4.51
&&
cp
-rv
usr/include /usr
rm
-rf
linux-5.4.51
source
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
prepare
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
prepare
clean
:
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
boot-orange-pi-plus-2e
:
boot-armv7
boot-orange-pi-pc-plus
:
boot-armv7
...
...
@@ -44,180 +45,180 @@ boot-xeon-e3-1271: boot-x86_64
boot-lenovo-t460s
:
boot-x86_64
boot-armv7
:
tar
xf linux-5.
2.8
.tar.xz
mv
config linux-5.
2.8
/.config
bash
-c
'files=`ls -1 /kernelconfig/boot-linux-armv7` ; for config in $$files ; do cat /kernelconfig/boot-linux-armv7/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
tar
xf linux-5.
4.51
.tar.xz
mv
config linux-5.
4.51
/.config
bash
-c
'files=`ls -1 /kernelconfig/boot-linux-armv7` ; for config in $$files ; do cat /kernelconfig/boot-linux-armv7/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
mkdir
boot
cp
-v
linux-5.
2.8/arch/arm/boot/zImage boot/vmlinuz-clfs-5.2.8
ln
-sf
vmlinuz-clfs-5.
2.8
boot/vmlinuz
cp
-v
linux-5.
2.8/System.map boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config boot/config-5.2.8
ln
-sf
config-5.
2.8
boot/config
rm
-rf
linux-5.
2.8
cp
-v
linux-5.
4.51/arch/arm/boot/zImage boot/vmlinuz-clfs-5.4.51
ln
-sf
vmlinuz-clfs-5.
4.51
boot/vmlinuz
cp
-v
linux-5.
4.51/System.map boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config boot/config-5.4.51
ln
-sf
config-5.
4.51
boot/config
rm
-rf
linux-5.
4.51
boot-armv8
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.
2.8
.tar.xz
mv
config linux-5.
2.8
/.config
bash
-c
'files=`ls -1 /kernelconfig/boot-linux-armv8` ; for config in $$files ; do cat /kernelconfig/boot-linux-armv8/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
tar
xf linux-5.
4.51
.tar.xz
mv
config linux-5.
4.51
/.config
bash
-c
'files=`ls -1 /kernelconfig/boot-linux-armv8` ; for config in $$files ; do cat /kernelconfig/boot-linux-armv8/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
mkdir
boot
cp
-v
linux-5.
2.8/arch/arm64/boot/Image.gz boot/vmlinuz-clfs-5.2.8
ln
-sf
vmlinuz-clfs-5.
2.8
boot/vmlinuz
cp
-v
linux-5.
2.8/System.map boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config boot/config-5.2.8
ln
-sf
config-5.
2.8
boot/config
rm
-rf
linux-5.
2.8
cp
-v
linux-5.
4.51/arch/arm64/boot/Image.gz boot/vmlinuz-clfs-5.4.51
ln
-sf
vmlinuz-clfs-5.
4.51
boot/vmlinuz
cp
-v
linux-5.
4.51/System.map boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config boot/config-5.4.51
ln
-sf
config-5.
4.51
boot/config
rm
-rf
linux-5.
4.51
swapoff swap
rm
-rf
swap
boot-x86_64
:
tar
xf linux-5.
2.8
.tar.xz
mv
config linux-5.
2.8
/.config
bash
-c
'files=`ls -1 /kernelconfig/boot-linux-x86_64` ; for config in $$files ; do cat /kernelconfig/boot-linux-x86_64/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
tar
xf linux-5.
4.51
.tar.xz
mv
config linux-5.
4.51
/.config
bash
-c
'files=`ls -1 /kernelconfig/boot-linux-x86_64` ; for config in $$files ; do cat /kernelconfig/boot-linux-x86_64/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
mkdir
boot
cp
-v
linux-5.
2.8/arch/x86_64/boot/bzImage boot/vmlinuz-clfs-5.2.8
ln
-sf
vmlinuz-clfs-5.
2.8
boot/vmlinuz
cp
-v
linux-5.
2.8/System.map boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config boot/config-5.2.8
ln
-sf
config-5.
2.8
boot/config
rm
-rf
linux-5.
2.8
cp
-v
linux-5.
4.51/arch/x86_64/boot/bzImage boot/vmlinuz-clfs-5.4.51
ln
-sf
vmlinuz-clfs-5.
4.51
boot/vmlinuz
cp
-v
linux-5.
4.51/System.map boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config boot/config-5.4.51
ln
-sf
config-5.
4.51
boot/config
rm
-rf
linux-5.
4.51
opiplus2e-clfs
:
tar
xf linux-5.
2.8
.tar.xz
patch
-Np1
-d
linux-5.
2.8 < linux-5.2.8
-orangepi.patch
$(MAKE)
-C
linux-5.
2.8
sunxi_defconfig
tar
xf linux-5.
4.51
.tar.xz
patch
-Np1
-d
linux-5.
4.51 < linux-5.4.51
-orangepi.patch
$(MAKE)
-C
linux-5.
4.51
sunxi_defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-plus-2e` ; for config in $$files ; do cat /kernelconfig/orange-pi-plus-2e/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
zinstall modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
ln
-svf
dtbs/5.
2.8
/sun8i-h3-orangepi-plus2e.dtb /boot/machine.dtb
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-plus-2e` ; for config in $$files ; do cat /kernelconfig/orange-pi-plus-2e/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
zinstall modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
ln
-svf
dtbs/5.
4.51
/sun8i-h3-orangepi-plus2e.dtb /boot/machine.dtb
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
opiplus2e
:
tar
xf linux-5.
2.8
.tar.xz
patch
-Np1
-d
linux-5.
2.8 < linux-5.2.8
-orangepi.patch
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
patch
-Np1
-d
linux-5.
4.51 < linux-5.4.51
-orangepi.patch
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-plus-2e` ; for config in $$files ; do cat /kernelconfig/orange-pi-plus-2e/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-plus-2e` ; for config in $$files ; do cat /kernelconfig/orange-pi-plus-2e/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-rf
/boot/dtbs
rm
-f
/boot/config
*
rm
-f
/boot/vmlinux
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
zinstall modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
ln
-svf
dtbs/5.
2.8
/sun8i-h3-orangepi-plus2e.dtb /boot/machine.dtb
$(MAKE)
-C
linux-5.
4.51
zinstall modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
ln
-svf
dtbs/5.
4.51
/sun8i-h3-orangepi-plus2e.dtb /boot/machine.dtb
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
opipcplus-clfs
:
tar
xf linux-5.
2.8
.tar.xz
patch
-Np1
-d
linux-5.
2.8 < linux-5.2.8
-orangepi.patch
$(MAKE)
-C
linux-5.
2.8
sunxi_defconfig
tar
xf linux-5.
4.51
.tar.xz
patch
-Np1
-d
linux-5.
4.51 < linux-5.4.51
-orangepi.patch
$(MAKE)
-C
linux-5.
4.51
sunxi_defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-pc-plus` ; for config in $$files ; do cat /kernelconfig/orange-pi-pc-plus/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
zinstall modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
ln
-svf
dtbs/5.
2.8
/sun8i-h3-orangepi-pc-plus.dtb /boot/machine.dtb
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-pc-plus` ; for config in $$files ; do cat /kernelconfig/orange-pi-pc-plus/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
zinstall modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
ln
-svf
dtbs/5.
4.51
/sun8i-h3-orangepi-pc-plus.dtb /boot/machine.dtb
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
opipcplus
:
tar
xf linux-5.
2.8
.tar.xz
patch
-Np1
-d
linux-5.
2.8 < linux-5.2.8
-orangepi.patch
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
patch
-Np1
-d
linux-5.
4.51 < linux-5.4.51
-orangepi.patch
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-pc-plus` ; for config in $$files ; do cat /kernelconfig/orange-pi-pc-plus/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/orange-pi-pc-plus` ; for config in $$files ; do cat /kernelconfig/orange-pi-pc-plus/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-rf
/boot/dtbs
rm
-f
/boot/config
*
rm
-f
/boot/vmlinux
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
zinstall modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
ln
-svf
dtbs/5.
2.8
/sun8i-h3-orangepi-pc-plus.dtb /boot/machine.dtb
$(MAKE)
-C
linux-5.
4.51
zinstall modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
ln
-svf
dtbs/5.
4.51
/sun8i-h3-orangepi-pc-plus.dtb /boot/machine.dtb
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
terasicde10standard-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
socfpga_defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
socfpga_defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/terasic-de10-standard` ; for config in $$files ; do cat /kernelconfig/terasic-de10-standard/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
zinstall modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
ln
-svf
dtbs/5.
2.8
/socfpga_cyclone5_socdk.dtb /boot/machine.dtb
bash
-c
'files=`ls -1 /kernelconfig/terasic-de10-standard` ; for config in $$files ; do cat /kernelconfig/terasic-de10-standard/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
zinstall modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
ln
-svf
dtbs/5.
4.51
/socfpga_cyclone5_socdk.dtb /boot/machine.dtb
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
terasicde10standard
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/terasic-de10-standard` ; for config in $$files ; do cat /kernelconfig/terasic-de10-standard/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/terasic-de10-standard` ; for config in $$files ; do cat /kernelconfig/terasic-de10-standard/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-rf
/boot/dtbs
rm
-f
/boot/config
*
rm
-f
/boot/vmlinux
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
zinstall modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
ln
-svf
dtbs/5.
2.8
/socfpga_cyclone5_socdk.dtb /boot/machine.dtb
$(MAKE)
-C
linux-5.
4.51
zinstall modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
ln
-svf
dtbs/5.
4.51
/socfpga_cyclone5_socdk.dtb /boot/machine.dtb
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
rpi3b-clfs
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/raspberry-pi-3-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-3-b/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
install
modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinux-5.
2.8
/boot/Image
ln
-svf
dtbs/5.
2.8
/broadcom/bcm2837-rpi-3-b.dtb /boot/machine.dtb
bash
-c
'files=`ls -1 /kernelconfig/raspberry-pi-3-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-3-b/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
install
modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinux-5.
4.51
/boot/Image
ln
-svf
dtbs/5.
4.51
/broadcom/bcm2837-rpi-3-b.dtb /boot/machine.dtb
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
swapoff swap
rm
-rf
swap
...
...
@@ -226,24 +227,24 @@ rpi3b:
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/raspberry-pi-3-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-3-b/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/raspberry-pi-3-b` ; for config in $$files ; do cat /kernelconfig/raspberry-pi-3-b/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-rf
/boot/dtbs
rm
-f
/boot/config
*
rm
-f
/boot/vmlinux
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
install
modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinux-5.
2.8
/boot/Image
ln
-svf
dtbs/5.
2.8
/broadcom/bcm2837-rpi-3-b.dtb /boot/machine.dtb
$(MAKE)
-C
linux-5.
4.51
install
modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinux-5.
4.51
/boot/Image
ln
-svf
dtbs/5.
4.51
/broadcom/bcm2837-rpi-3-b.dtb /boot/machine.dtb
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
swapoff swap
rm
-rf
swap
...
...
@@ -252,19 +253,19 @@ amlogics905x-clfs:
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/amlogic-s905x` ; for config in $$files ; do cat /kernelconfig/amlogic-s905x/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
install
modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinux-5.
2.8
/boot/Image
ln
-svf
dtbs/5.
2.8
/amlogic/meson-gxl-s905x-p212.dtb /boot/machine.dtb
bash
-c
'files=`ls -1 /kernelconfig/amlogic-s905x` ; for config in $$files ; do cat /kernelconfig/amlogic-s905x/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
install
modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinux-5.
4.51
/boot/Image
ln
-svf
dtbs/5.
4.51
/amlogic/meson-gxl-s905x-p212.dtb /boot/machine.dtb
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
swapoff swap
rm
-rf
swap
...
...
@@ -273,793 +274,793 @@ amlogics905x:
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/amlogic-s905x` ; for config in $$files ; do cat /kernelconfig/amlogic-s905x/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/amlogic-s905x` ; for config in $$files ; do cat /kernelconfig/amlogic-s905x/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-rf
/boot/dtbs
rm
-f
/boot/config
*
rm
-f
/boot/vmlinux
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
install
modules_install dtbs_install
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinux-5.
2.8
/boot/Image
ln
-svf
dtbs/5.
2.8
/amlogic/meson-gxl-s905x-p212.dtb /boot/machine.dtb
$(MAKE)
-C
linux-5.
4.51
install
modules_install dtbs_install
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinux-5.
4.51
/boot/Image
ln
-svf
dtbs/5.
4.51
/amlogic/meson-gxl-s905x-p212.dtb /boot/machine.dtb
rm
-f
/boot/
*
.old
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
swapoff swap
rm
-rf
swap
aws-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/aws` ; for config in $$files ; do cat /kernelconfig/aws/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/aws` ; for config in $$files ; do cat /kernelconfig/aws/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
aws
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/aws` ; for config in $$files ; do cat /kernelconfig/aws/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/aws` ; for config in $$files ; do cat /kernelconfig/aws/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
kvm64-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-kvm64` ; for config in $$files ; do cat /kernelconfig/qemu-kvm64/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/qemu-kvm64` ; for config in $$files ; do cat /kernelconfig/qemu-kvm64/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
kvm64
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-kvm64` ; for config in $$files ; do cat /kernelconfig/qemu-kvm64/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/qemu-kvm64` ; for config in $$files ; do cat /kernelconfig/qemu-kvm64/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
phenom-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-phenom` ; for config in $$files ; do cat /kernelconfig/qemu-phenom/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/qemu-phenom` ; for config in $$files ; do cat /kernelconfig/qemu-phenom/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
phenom
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-phenom` ; for config in $$files ; do cat /kernelconfig/qemu-phenom/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/qemu-phenom` ; for config in $$files ; do cat /kernelconfig/qemu-phenom/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
core2duo-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-core2duo` ; for config in $$files ; do cat /kernelconfig/qemu-core2duo/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/qemu-core2duo` ; for config in $$files ; do cat /kernelconfig/qemu-core2duo/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
core2duo
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-core2duo` ; for config in $$files ; do cat /kernelconfig/qemu-core2duo/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/qemu-core2duo` ; for config in $$files ; do cat /kernelconfig/qemu-core2duo/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
nehalem-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-nehalem` ; for config in $$files ; do cat /kernelconfig/qemu-nehalem/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/qemu-nehalem` ; for config in $$files ; do cat /kernelconfig/qemu-nehalem/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
nehalem
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-nehalem` ; for config in $$files ; do cat /kernelconfig/qemu-nehalem/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/qemu-nehalem` ; for config in $$files ; do cat /kernelconfig/qemu-nehalem/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
westmere-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-westmere` ; for config in $$files ; do cat /kernelconfig/qemu-westmere/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/qemu-westmere` ; for config in $$files ; do cat /kernelconfig/qemu-westmere/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
westmere
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-westmere` ; for config in $$files ; do cat /kernelconfig/qemu-westmere/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/qemu-westmere` ; for config in $$files ; do cat /kernelconfig/qemu-westmere/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
sandybridge-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-sandybridge` ; for config in $$files ; do cat /kernelconfig/qemu-sandybridge/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/qemu-sandybridge` ; for config in $$files ; do cat /kernelconfig/qemu-sandybridge/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
sandybridge
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-sandybridge` ; for config in $$files ; do cat /kernelconfig/qemu-sandybridge/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/qemu-sandybridge` ; for config in $$files ; do cat /kernelconfig/qemu-sandybridge/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
skylake-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-skylake` ; for config in $$files ; do cat /kernelconfig/qemu-skylake/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/qemu-skylake` ; for config in $$files ; do cat /kernelconfig/qemu-skylake/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
skylake
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/qemu-skylake` ; for config in $$files ; do cat /kernelconfig/qemu-skylake/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/qemu-skylake` ; for config in $$files ; do cat /kernelconfig/qemu-skylake/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
x4-945-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/x4-945` ; for config in $$files ; do cat /kernelconfig/x4-945/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/x4-945` ; for config in $$files ; do cat /kernelconfig/x4-945/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
x4-945
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/x4-945` ; for config in $$files ; do cat /kernelconfig/x4-945/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/x4-945` ; for config in $$files ; do cat /kernelconfig/x4-945/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
e2-6110-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/e2-6110` ; for config in $$files ; do cat /kernelconfig/e2-6110/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/e2-6110` ; for config in $$files ; do cat /kernelconfig/e2-6110/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
e2-6110
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/e2-6110` ; for config in $$files ; do cat /kernelconfig/e2-6110/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/e2-6110` ; for config in $$files ; do cat /kernelconfig/e2-6110/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
p4-630-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/p4-630` ; for config in $$files ; do cat /kernelconfig/p4-630/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/p4-630` ; for config in $$files ; do cat /kernelconfig/p4-630/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
p4-630
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/p4-630` ; for config in $$files ; do cat /kernelconfig/p4-630/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/p4-630` ; for config in $$files ; do cat /kernelconfig/p4-630/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
core2duo-q9550-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/core2duo-q9550` ; for config in $$files ; do cat /kernelconfig/core2duo-q9550/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/core2duo-q9550` ; for config in $$files ; do cat /kernelconfig/core2duo-q9550/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
core2duo-q9550
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/core2duo-q9550` ; for config in $$files ; do cat /kernelconfig/core2duo-q9550/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/core2duo-q9550` ; for config in $$files ; do cat /kernelconfig/core2duo-q9550/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i3-540-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i3-540` ; for config in $$files ; do cat /kernelconfig/i3-540/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/i3-540` ; for config in $$files ; do cat /kernelconfig/i3-540/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i3-540
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i3-540` ; for config in $$files ; do cat /kernelconfig/i3-540/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/i3-540` ; for config in $$files ; do cat /kernelconfig/i3-540/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i5-3317u-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i5-3317u` ; for config in $$files ; do cat /kernelconfig/i5-3317u/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/i5-3317u` ; for config in $$files ; do cat /kernelconfig/i5-3317u/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i5-3317u
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i5-3317u` ; for config in $$files ; do cat /kernelconfig/i5-3317u/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/i5-3317u` ; for config in $$files ; do cat /kernelconfig/i5-3317u/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i5-8500-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i5-8500` ; for config in $$files ; do cat /kernelconfig/i5-8500/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/i5-8500` ; for config in $$files ; do cat /kernelconfig/i5-8500/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i5-8500
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i5-8500` ; for config in $$files ; do cat /kernelconfig/i5-8500/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/i5-8500` ; for config in $$files ; do cat /kernelconfig/i5-8500/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i7-2600-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i7-2600` ; for config in $$files ; do cat /kernelconfig/i7-2600/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/i7-2600` ; for config in $$files ; do cat /kernelconfig/i7-2600/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
i7-2600
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/i7-2600` ; for config in $$files ; do cat /kernelconfig/i7-2600/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/i7-2600` ; for config in $$files ; do cat /kernelconfig/i7-2600/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-5130-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-5130` ; for config in $$files ; do cat /kernelconfig/xeon-5130/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/xeon-5130` ; for config in $$files ; do cat /kernelconfig/xeon-5130/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-5130
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-5130` ; for config in $$files ; do cat /kernelconfig/xeon-5130/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/xeon-5130` ; for config in $$files ; do cat /kernelconfig/xeon-5130/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-e5504-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5504` ; for config in $$files ; do cat /kernelconfig/xeon-e5504/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5504` ; for config in $$files ; do cat /kernelconfig/xeon-e5504/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-e5504
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5504` ; for config in $$files ; do cat /kernelconfig/xeon-e5504/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5504` ; for config in $$files ; do cat /kernelconfig/xeon-e5504/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-e5620-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5620` ; for config in $$files ; do cat /kernelconfig/xeon-e5620/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5620` ; for config in $$files ; do cat /kernelconfig/xeon-e5620/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-e5620
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5620` ; for config in $$files ; do cat /kernelconfig/xeon-e5620/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/xeon-e5620` ; for config in $$files ; do cat /kernelconfig/xeon-e5620/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-x5650-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-x5650` ; for config in $$files ; do cat /kernelconfig/xeon-x5650/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/xeon-x5650` ; for config in $$files ; do cat /kernelconfig/xeon-x5650/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-x5650
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-x5650` ; for config in $$files ; do cat /kernelconfig/xeon-x5650/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/xeon-x5650` ; for config in $$files ; do cat /kernelconfig/xeon-x5650/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-e3-1271-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-e3-1271` ; for config in $$files ; do cat /kernelconfig/xeon-e3-1271/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/xeon-e3-1271` ; for config in $$files ; do cat /kernelconfig/xeon-e3-1271/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
xeon-e3-1271
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/xeon-e3-1271` ; for config in $$files ; do cat /kernelconfig/xeon-e3-1271/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/xeon-e3-1271` ; for config in $$files ; do cat /kernelconfig/xeon-e3-1271/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
lenovo-t460s-clfs
:
tar
xf linux-5.
2.8
.tar.xz
$(MAKE)
-C
linux-5.
2.8
defconfig
tar
xf linux-5.
4.51
.tar.xz
$(MAKE)
-C
linux-5.
4.51
defconfig
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/lenovo-t460s` ; for config in $$files ; do cat /kernelconfig/lenovo-t460s/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
bash
-c
'files=`ls -1 /kernelconfig/lenovo-t460s` ; for config in $$files ; do cat /kernelconfig/lenovo-t460s/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
$(MAKE)
-C
../kmod tests
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
lenovo-t460s
:
tar
xf linux-5.
2.8
.tar.xz
cp
-v
/boot/config-5.
2.8 linux-5.2.8
/.config
tar
xf linux-5.
4.51
.tar.xz
cp
-v
/boot/config-5.
4.51 linux-5.4.51
/.config
/kernelconfig/initramfs/prepare
bash
-c
'files=`ls -1 /kernelconfig/lenovo-t460s` ; for config in $$files ; do cat /kernelconfig/lenovo-t460s/$$config >> linux-5.
2.8
/.config ; done'
$(MAKE)
-C
linux-5.
2.8
oldconfig
$(MAKE)
-C
linux-5.
2.8
bash
-c
'files=`ls -1 /kernelconfig/lenovo-t460s` ; for config in $$files ; do cat /kernelconfig/lenovo-t460s/$$config >> linux-5.
4.51
/.config ; done'
$(MAKE)
-C
linux-5.
4.51
oldconfig
$(MAKE)
-C
linux-5.
4.51
rm
-rf
/lib/modules
rm
-f
/boot/config
*
rm
-f
/boot/vmlinuz
*
rm
-f
/boot/System.map
*
$(MAKE)
-C
linux-5.
2.8
modules_install
cp
-v
linux-5.
2.8/arch/x86/boot/bzImage /boot/vmlinuz-5.2.8
cp
-v
linux-5.
2.8/System.map /boot/System.map-5.2.8
cp
-v
linux-5.
2.8/.config /boot/config-5.2.8
ln
-svf
vmlinuz-5.
2.8
/boot/zImage
$(MAKE)
-C
linux-5.
4.51
modules_install
cp
-v
linux-5.
4.51/arch/x86/boot/bzImage /boot/vmlinuz-5.4.51
cp
-v
linux-5.
4.51/System.map /boot/System.map-5.4.51
cp
-v
linux-5.
4.51/.config /boot/config-5.4.51
ln
-svf
vmlinuz-5.
4.51
/boot/zImage
rm
-rf
/kernelconfig
rm
-rf
linux-5.
2.8
rm
-rf
linux-5.
4.51
build.xml
View file @
9e29ce8b
<project
name=
"linux"
>
<target
name=
"cross-linuxheaders"
>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
2.8
"
/>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
4.51
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/linux/linux-5.
2.8
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/linux/linux-5.
4.51
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"mrproper"
/>
...
...
@@ -30,10 +30,10 @@
</target>
<target
name=
"boot-linux-armv7"
>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
2.8
"
/>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
4.51
"
/>
<mkdir
dir=
"${makedir}"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/linux/linux-5.
2.8
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/linux/linux-5.
4.51
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
@@ -91,29 +91,29 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
<arg
line=
"-pv ${sysrootdir}/tools/boot"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v arch/${ARCH}/boot/zImage ${sysrootdir}/tools/boot/vmlinuz-clfs-5.
2.8
"
/>
<arg
line=
"-v arch/${ARCH}/boot/zImage ${sysrootdir}/tools/boot/vmlinuz-clfs-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v System.map ${sysrootdir}/tools/boot/System.map-5.
2.8
"
/>
<arg
line=
"-v System.map ${sysrootdir}/tools/boot/System.map-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v .config ${sysrootdir}/tools/boot/config-5.
2.8
"
/>
<arg
line=
"-v .config ${sysrootdir}/tools/boot/config-5.
4.51
"
/>
</exec>
<mkdir
dir=
"${builddir}/boot"
/>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v arch/${ARCH}/boot/zImage ${builddir}/boot/vmlinuz-clfs-5.
2.8
"
/>
<arg
line=
"-v arch/${ARCH}/boot/zImage ${builddir}/boot/vmlinuz-clfs-5.
4.51
"
/>
</exec>
<exec
executable=
"ln"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-s vmlinuz-clfs-5.
2.8
${builddir}/boot/vmlinuz"
/>
<arg
line=
"-s vmlinuz-clfs-5.
4.51
${builddir}/boot/vmlinuz"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v System.map ${builddir}/boot/System.map-5.
2.8
"
/>
<arg
line=
"-v System.map ${builddir}/boot/System.map-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v .config ${builddir}/boot/config-5.
2.8
"
/>
<arg
line=
"-v .config ${builddir}/boot/config-5.
4.51
"
/>
</exec>
<exec
executable=
"ln"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-s config-5.
2.8
${builddir}/boot/config"
/>
<arg
line=
"-s config-5.
4.51
${builddir}/boot/config"
/>
</exec>
<delete
dir=
"${makedir}"
/>
</target>
...
...
@@ -127,10 +127,10 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
</target>
<target
name=
"boot-linux-armv8"
>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
2.8
"
/>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
4.51
"
/>
<mkdir
dir=
"${makedir}"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/linux/linux-5.
2.8
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/linux/linux-5.
4.51
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
@@ -188,29 +188,29 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
<arg
line=
"-pv ${sysrootdir}/tools/boot"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v arch/${ARCH}/boot/Image.gz ${sysrootdir}/tools/boot/vmlinuz-clfs-5.
2.8
"
/>
<arg
line=
"-v arch/${ARCH}/boot/Image.gz ${sysrootdir}/tools/boot/vmlinuz-clfs-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v System.map ${sysrootdir}/tools/boot/System.map-5.
2.8
"
/>
<arg
line=
"-v System.map ${sysrootdir}/tools/boot/System.map-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v .config ${sysrootdir}/tools/boot/config-5.
2.8
"
/>
<arg
line=
"-v .config ${sysrootdir}/tools/boot/config-5.
4.51
"
/>
</exec>
<mkdir
dir=
"${builddir}/boot"
/>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v arch/${ARCH}/boot/Image.gz ${builddir}/boot/vmlinuz-clfs-5.
2.8
"
/>
<arg
line=
"-v arch/${ARCH}/boot/Image.gz ${builddir}/boot/vmlinuz-clfs-5.
4.51
"
/>
</exec>
<exec
executable=
"ln"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-s vmlinuz-clfs-5.
2.8
${builddir}/boot/vmlinuz"
/>
<arg
line=
"-s vmlinuz-clfs-5.
4.51
${builddir}/boot/vmlinuz"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v System.map ${builddir}/boot/System.map-5.
2.8
"
/>
<arg
line=
"-v System.map ${builddir}/boot/System.map-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v .config ${builddir}/boot/config-5.
2.8
"
/>
<arg
line=
"-v .config ${builddir}/boot/config-5.
4.51
"
/>
</exec>
<exec
executable=
"ln"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-s config-5.
2.8
${builddir}/boot/config"
/>
<arg
line=
"-s config-5.
4.51
${builddir}/boot/config"
/>
</exec>
<delete
dir=
"${makedir}"
/>
</target>
...
...
@@ -304,10 +304,10 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
</target>
<target
name=
"boot-linux-x86_64"
>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
2.8
"
/>
<property
name=
"makedir"
value=
"${builddir}/linux-5.
4.51
"
/>
<mkdir
dir=
"${makedir}"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/linux/linux-5.
2.8
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/linux/linux-5.
4.51
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
@@ -365,29 +365,29 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
<arg
line=
"-pv ${sysrootdir}/tools/boot"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v arch/${ARCH}/boot/bzImage ${sysrootdir}/tools/boot/vmlinuz-clfs-5.
2.8
"
/>
<arg
line=
"-v arch/${ARCH}/boot/bzImage ${sysrootdir}/tools/boot/vmlinuz-clfs-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v System.map ${sysrootdir}/tools/boot/System.map-5.
2.8
"
/>
<arg
line=
"-v System.map ${sysrootdir}/tools/boot/System.map-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v .config ${sysrootdir}/tools/boot/config-5.
2.8
"
/>
<arg
line=
"-v .config ${sysrootdir}/tools/boot/config-5.
4.51
"
/>
</exec>
<mkdir
dir=
"${builddir}/boot"
/>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v arch/${ARCH}/boot/bzImage ${builddir}/boot/vmlinuz-clfs-5.
2.8
"
/>
<arg
line=
"-v arch/${ARCH}/boot/bzImage ${builddir}/boot/vmlinuz-clfs-5.
4.51
"
/>
</exec>
<exec
executable=
"ln"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-s vmlinuz-clfs-5.
2.8
${builddir}/boot/vmlinuz"
/>
<arg
line=
"-s vmlinuz-clfs-5.
4.51
${builddir}/boot/vmlinuz"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v System.map ${builddir}/boot/System.map-5.
2.8
"
/>
<arg
line=
"-v System.map ${builddir}/boot/System.map-5.
4.51
"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v .config ${builddir}/boot/config-5.
2.8
"
/>
<arg
line=
"-v .config ${builddir}/boot/config-5.
4.51
"
/>
</exec>
<exec
executable=
"ln"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-s config-5.
2.8
${builddir}/boot/config"
/>
<arg
line=
"-s config-5.
4.51
${builddir}/boot/config"
/>
</exec>
<delete
dir=
"${makedir}"
/>
</target>
...
...
linux-5.
2.8
-orangepi.patch
→
linux-5.
4.51
-orangepi.patch
View file @
9e29ce8b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
linux-5.
2.8
.tar.xz
→
linux-5.
4.51
.tar.xz
View file @
9e29ce8b
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment