Linux Patch Development
Budget: ₹12,500 – ₹37,500 INR
1. Goto linux buil_dir directory:
ex:
cd build_dir/target-mipsel_1004kc+dsp_uClibc-0.9.33.2/linux-ramips_mt7621/linux-3.10.14
2. To check list patch files existed:
quilt series
3. To create new patch file:
quilt new file_name.pacth
(Please note that patch files will be applied according to the order index number in the name,
so you should use the index number for new patch file that larger than the biggest index number of current existed patch files)
ex:
132-patch-kernel-driver-support-quectel-VNTECH-ER-BOARD.patch
4. You can edit any files as you need using command:
quilt edit edit_file_name
(You can refer to our LTE module patch file for 3.10 kernel to find out all files need to edit)
ex:
quilt edit drivers/net/usb/qmi_wwan.c
5. You can check all modifies by using command:
quilt diff
6. Save all changes:
quilt refresh
--> Patch file will be generated, you can copy to the linux patch folder and re-build
To create patch file, y can use the quilt package
How can i resolve these errors. Please help
1. Goto linux buil_dir directory:
ex:
cd build_dir/target-mipsel_1004kc+dsp_uClibc-0.9.33.2/linux-ramips_mt7621/linux-3.10.14
2. To check list patch files existed:
quilt series
3. To create new patch file:
quilt new file_name.patch
(Please note that patch files will be applied according to the order index number in the name,
so you should use the index number for new patch file that larger than the biggest index number of current existed patch files)
ex:
132-patch-kernel-driver-support-quectel-VNTECH-ER-BOARD.patch
4. You can edit any files as you need using command:
quilt edit edit_file_name
(You can refer to our LTE module patch file for 3.10 kernel to find out all files need to edit)
ex:
quilt edit drivers/net/usb/qmi_wwan.c
5. You can check all modifies by using command:
quilt diff
6. Save all changes:
quilt refresh
--> Patch file will be generated, you can copy to the linux patch folder and re-build
U cannot force a 3.10 kernel patch for different kernel version
ex:
cd build_dir/target-mipsel_1004kc+dsp_uClibc-0.9.33.2/linux-ramips_mt7621/linux-3.10.14
2. To check list patch files existed:
quilt series
3. To create new patch file:
quilt new file_name.pacth
(Please note that patch files will be applied according to the order index number in the name,
so you should use the index number for new patch file that larger than the biggest index number of current existed patch files)
ex:
132-patch-kernel-driver-support-quectel-VNTECH-ER-BOARD.patch
4. You can edit any files as you need using command:
quilt edit edit_file_name
(You can refer to our LTE module patch file for 3.10 kernel to find out all files need to edit)
ex:
quilt edit drivers/net/usb/qmi_wwan.c
5. You can check all modifies by using command:
quilt diff
6. Save all changes:
quilt refresh
--> Patch file will be generated, you can copy to the linux patch folder and re-build
To create patch file, y can use the quilt package
How can i resolve these errors. Please help
1. Goto linux buil_dir directory:
ex:
cd build_dir/target-mipsel_1004kc+dsp_uClibc-0.9.33.2/linux-ramips_mt7621/linux-3.10.14
2. To check list patch files existed:
quilt series
3. To create new patch file:
quilt new file_name.patch
(Please note that patch files will be applied according to the order index number in the name,
so you should use the index number for new patch file that larger than the biggest index number of current existed patch files)
ex:
132-patch-kernel-driver-support-quectel-VNTECH-ER-BOARD.patch
4. You can edit any files as you need using command:
quilt edit edit_file_name
(You can refer to our LTE module patch file for 3.10 kernel to find out all files need to edit)
ex:
quilt edit drivers/net/usb/qmi_wwan.c
5. You can check all modifies by using command:
quilt diff
6. Save all changes:
quilt refresh
--> Patch file will be generated, you can copy to the linux patch folder and re-build
U cannot force a 3.10 kernel patch for different kernel version