forked from linuxdeepin/deepin-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Deepin
34 lines (26 loc) · 1.12 KB
/
README.Deepin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Linux Kernel for Deepin(Based on Debian)
---------------------------------------
This repository is forked from debian repository, with some
improvements to automate build process. And patches outside of
debian will be accepted in deepin under the condition that
they are correct, useful and secure.
Developer's Guide
-----------------
To build this kernel, execute the follwing commands:
1. fakeroot make -f debian/rules orig
Depeding on the network connection, it may spend some time since
it automatically downloads upstream tarball from https://www.ker
nel.org/pub/linux/kernel/
2. fakeroot make -f debian/rules debian/control || :
3. fakeroot make -f debian/rules source
4. fakeroot make -f debian/rules.gen setup_<arch>_<featureset>_<flavour>
5. fakeroot make -f debian/rules.gen binar-arch_<arch>_<featureset>_<flavour>
6. fakeroot make -f debian/rules binary-indep
Patches
-------
Add a patch:
Put patch file under directory debian/patches/{ubuntu, deepin, etc}
Edit debian/patches/series to make sure patch apply
Remove a patch:
Delete patch file
Edit debian/patches/series to remove patch filename from patch system