This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim -d <file1> <file2> -c 'set diffopt+=iwhite' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Find your kernel version according to the kernel Makefile. Example: | |
# SPDX-License-Identifier: GPL-2.0 | |
VERSION = 6 | |
PATCHLEVEL = 1 | |
SUBLEVEL = 0 | |
EXTRAVERSION = | |
NAME = Hurr durr I'ma ninja sloth | |
2. Clone the correct tag from github into <plnx-proj-root>/components/linux-xlnx-rt/: | |
git clone https://github.com/Xilinx/linux-xlnx.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git python3-distutils gcc g++ make file wget \ | |
gawk diffstat bzip2 cpio chrpath zstd lz4 bzip2 | |
git clone https://github.com/openbmc/openbmc | |
cd openbmc | |
. setup romulus | |
bitbake obmc-phosphor-image | |
OlderNewer