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
1fd53744
Commit
1fd53744
authored
May 09, 2019
by
Artem Moroz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Pentium 4 630
parent
5af7c9ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
Makefile
Makefile
+38
-0
build.xml
build.xml
+4
-0
No files found.
Makefile
View file @
1fd53744
...
@@ -11,6 +11,7 @@ boot-orange-pi-pc-plus: boot-armv7
...
@@ -11,6 +11,7 @@ boot-orange-pi-pc-plus: boot-armv7
boot-raspberry-pi-3-b
:
boot-armv8
boot-raspberry-pi-3-b
:
boot-armv8
boot-qemu-kvm64
:
boot-x86_64
boot-qemu-kvm64
:
boot-x86_64
boot-e2-6110
:
boot-x86_64
boot-e2-6110
:
boot-x86_64
boot-p4-630
:
boot-x86_64
boot-i3-540
:
boot-x86_64
boot-i3-540
:
boot-x86_64
boot-i5-3317u
:
boot-x86_64
boot-i5-3317u
:
boot-x86_64
boot-i5-8500
:
boot-x86_64
boot-i5-8500
:
boot-x86_64
...
@@ -255,6 +256,43 @@ e2-6110:
...
@@ -255,6 +256,43 @@ e2-6110:
rm
-rf
/kernelconfig
rm
-rf
/kernelconfig
rm
-rf
linux-4.14.36
rm
-rf
linux-4.14.36
p4-630-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/p4-630` ; for config in $$files ; do cat /kernelconfig/p4-630/$$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
p4-630
:
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/p4-630` ; for config in $$files ; do cat /kernelconfig/p4-630/$$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
i3-540-clfs
:
i3-540-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
...
...
build.xml
View file @
1fd53744
...
@@ -221,6 +221,10 @@ CONFIG_CROSS_COMPILE="${CLFS_TARGET}"
...
@@ -221,6 +221,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-p4-630"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
</target>
<target
name=
"boot-linux-i3-540"
>
<target
name=
"boot-linux-i3-540"
>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
<ant
antfile=
"packages/linux/build.xml"
target=
"boot-linux-x86_64"
/>
</target>
</target>
...
...
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