Skip to content

Add debian's cross build environment for 4.19.y and 5.10.y tree

Nobuhiro Iwamatsu requested to merge iwamatsu/gcc into master

CIP is developed using Debian. The kernel team recommend using Debian as the compiler used for the kernel. Add Debian-based Dockerfile for each kernel version.

  • for 4.19.y: Debian/buster
  • for 5.10.y: Debian/bullseye

NOTE: The 4.4.y tree will be Debian/jessie, but this is not included in this commit as it does not provide cross-compiler packages and needs to be prepared separately.

Signed-off-by: Nobuhiro Iwamatsu nobuhiro1.iwamatsu@toshiba.co.jp

Edited by Nobuhiro Iwamatsu

Merge request reports