ユーザ用ツール

サイト用ツール


mae3xx_devel:build_kernel:start

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
mae3xx_devel:build_kernel:start [2019/01/17 11:04]
admin
mae3xx_devel:build_kernel:start [2019/06/11 09:04] (現在)
admin [git clone が失敗する場合]
ライン 4: ライン 4:
  
 {{:​mae3xx_devel:​build_kernel:​github_00.png?​900|}} {{:​mae3xx_devel:​build_kernel:​github_00.png?​900|}}
- 
-[[https://​gitlab.com/​centurysystems/​MA-Common/​linux-kernel|GitLabのリポジトリ]]でも公開しています。\\ 
- 
-{{:​mae3xx_devel:​build_kernel:​gitlab_repos.png?​900|}} 
  
  
ライン 125: ライン 121:
  
 <​code>​ <​code>​
-user1@lubuntu-vpc:​~/​src$ git clone http://gitlab.centurysys.jp/​ma-common/​linux-kernel.git+user1@lubuntu-vpc:​~/​src$ git clone https://github.com/centurysys/​linux-kernel-MAE.git linux-kernel
 Cloning into '​linux-kernel'​... Cloning into '​linux-kernel'​...
 remote: Counting objects: 3502603, done. remote: Counting objects: 3502603, done.
ライン 152: ライン 148:
  
 <​code>​ <​code>​
-user1@lubuntu-vpc:​~/​src$ git clone --depth 3 http://gitlab.centurysys.jp/​ma-common/​linux-kernel.git+user1@lubuntu-vpc:​~/​src$ git clone --depth 3 https://github.com/centurysys/​linux-kernel-MAE.git linux-kernel
 Cloning into '​linux-kernel'​... Cloning into '​linux-kernel'​...
 remote: Counting objects: 48961, done. remote: Counting objects: 48961, done.
ライン 186: ライン 182:
 </​code>​ </​code>​
  
-デフォルトブランチ "​MA-E3xx/​linux-3.14.y" になっています。(2014/06/02現在 ​3.14.5)+デフォルトブランチ "​MA-E3xx/​linux-WireGuard-4.19.y-20190601" になっています。(2019/06/11現在 ​v4.19.49 + WireGuard patch)
  
 <​code>​ <​code>​
 user1@lubuntu-vpc:​~/​src/​linux-kernel$ git branch ​ user1@lubuntu-vpc:​~/​src/​linux-kernel$ git branch ​
-* MA-E3xx/​linux-3.14.y+* MA-E3xx/​linux-WireGuard-4.19.y-20190601
  
-user1@lubuntu-vpc:​~/​src/​linux-kernel$ cat Makefile |head -5 +user1@lubuntu-vpc:​~/​src/​linux-kernel$ cat Makefile |head -
-VERSION = 3 +# SPDX-License-Identifier:​ GPL-2.0 
-PATCHLEVEL = 14 +VERSION = 4 
-SUBLEVEL = 5 +PATCHLEVEL = 19 
-EXTRAVERSION ​= +SUBLEVEL = 49 
-NAME = Remembering Coco+EXTRAVERSION 
 +NAME = "​People'​s Front"
 </​code>​ </​code>​
  
ライン 208: ライン 205:
 <​code>​ <​code>​
 user1@lubuntu-vpc:​~/​src/​linux-kernel$ git branch ​ user1@lubuntu-vpc:​~/​src/​linux-kernel$ git branch ​
-* MA-E3xx/master ​ <​-- "​MA-E3xx/​linux-3.14.y" ではない+* MA-E3xx/linux-4.19.y ​ <​-- "​MA-E3xx/​linux-WireGuard-4.19.y-20190601" ではない
 </​code>​ </​code>​
  
ライン 214: ライン 211:
  
 <​code>​ <​code>​
-user1@lubuntu-vpc:​~/​src/​linux-kernel$ git checkout origin/​MA-E3xx/​linux-3.14.y -b MA-E3xx/​linux-3.14.y+user1@lubuntu-vpc:​~/​src/​linux-kernel$ git checkout origin/​MA-E3xx/​linux-WireGuard-4.19.y-20190601 ​-b MA-E3xx/​linux-WireGuard-4.19.y-20190601
 Checking out files: 100% (11260/​11260),​ done. Checking out files: 100% (11260/​11260),​ done.
-Branch MA-E3xx/​linux-3.14.y set up to track remote branch MA-E3xx/​linux-3.14.y from origin. +Branch MA-E3xx/​linux-WireGuard-4.19.y-20190601 ​set up to track remote branch MA-E3xx/​linux-WireGuard-4.19.y-20190601 ​from origin. 
-Switched to a new branch '​MA-E3xx/​linux-3.14.y'+Switched to a new branch '​MA-E3xx/​linux-WireGuard-4.19.y-20190601'
 </​code>​ </​code>​
  
ライン 224: ライン 221:
 <​code>​ <​code>​
 user1@lubuntu-vpc:​~/​src/​linux-kernel$ git branch ​ user1@lubuntu-vpc:​~/​src/​linux-kernel$ git branch ​
-* MA-E3xx/​linux-3.14.y <-- 切り替わっている +  MA-E3xx/​linux-4.19.y 
-  MA-E3xx/​master+* MA-E3xx/​linux-WireGuard-4.19.y-20190601 ​<-- 切り替わっている
 </​code>​ </​code>​
  
ライン 288: ライン 285:
 <​code>​ <​code>​
 user1@lubuntu-vpc:​~/​src/​linux-kernel$ make CROSS_COMPILE=arm-linux-gnueabihf- LOADADDR=0x80008000 uImage user1@lubuntu-vpc:​~/​src/​linux-kernel$ make CROSS_COMPILE=arm-linux-gnueabihf- LOADADDR=0x80008000 uImage
-  CHK     ​include/​config/​kernel.release 
-  CHK     ​include/​generated/​uapi/​linux/​version.h 
-  CHK     ​include/​generated/​utsrelease.h 
-make[1]: `include/​generated/​mach-types.h'​ は更新済みです 
   CALL    scripts/​checksyscalls.sh   CALL    scripts/​checksyscalls.sh
   CHK     ​include/​generated/​compile.h   CHK     ​include/​generated/​compile.h
-  ​CHK     ​kernel/config_data.h+  ​OBJCOPY arch/arm/​boot/​Image
   Kernel: arch/​arm/​boot/​Image is ready   Kernel: arch/​arm/​boot/​Image is ready
 +  XZKERN ​ arch/​arm/​boot/​compressed/​piggy_data
 +  AS      arch/​arm/​boot/​compressed/​piggy.o
 +  LD      arch/​arm/​boot/​compressed/​vmlinux
 +  OBJCOPY arch/​arm/​boot/​zImage
   Kernel: arch/​arm/​boot/​zImage is ready   Kernel: arch/​arm/​boot/​zImage is ready
   UIMAGE ​ arch/​arm/​boot/​uImage   UIMAGE ​ arch/​arm/​boot/​uImage
-Image Name:   ​Linux-3.14.5+Image Name:   ​Linux-4.19.49
-Created: ​     ​Mon Jun  2 10:24:55 2014+Created: ​     ​Tue Jun 11 09:02:00 2019
 Image Type:   ARM Linux Kernel Image (uncompressed) Image Type:   ARM Linux Kernel Image (uncompressed)
-Data Size:    ​3426744 ​Bytes = 3346.43 kB = 3.27 MB+Data Size:    ​4047096 ​Bytes = 3952.24 KiB = 3.86 MiB
 Load Address: 80008000 Load Address: 80008000
 Entry Point: ​ 80008000 Entry Point: ​ 80008000
-  ​Image arch/​arm/​boot/​uImage is ready+  ​Kernel: ​arch/​arm/​boot/​uImage is ready
 user1@lubuntu-vpc:​~/​src/​linux-kernel$ ​ user1@lubuntu-vpc:​~/​src/​linux-kernel$ ​
 </​code>​ </​code>​
mae3xx_devel/build_kernel/start.1547690688.txt.gz · 最終更新: 2019/01/17 11:04 by admin