fix: correct versions, remove non-existent packages from docs
Verified all documents against actual CSV data: - license-summary.md: fix u-boot 2023.10->2023.04, linux-yocto->linux-tq 6.6.102 - license-summary.md: remove systemd, imx-gpu-viv, imx-vpu (not in spaetzle build) - license-summary.md: add actual versions from bitbake -e extraction - corporate-network-deployment.md: add ACCEPT_FSL_EULA=1 (was missing) - README.md: align apt packages with verified step-by-step guide
This commit is contained in:
12
README.md
12
README.md
@@ -108,12 +108,12 @@ DISTRO = dumpling-wayland
|
||||
### 1. Prerequisites (Debian 13 / Ubuntu 22.04+)
|
||||
|
||||
```bash
|
||||
sudo apt-get install -y \
|
||||
gawk wget git diffstat unzip texinfo gcc build-essential \
|
||||
chrpath socat cpio python3 python3-pip python3-pexpect \
|
||||
xz-utils debianutils iputils-ping python3-git python3-jinja2 \
|
||||
python3-subunit zstd liblz4-tool file locales libacl1-dev \
|
||||
lz4 python3-websockets
|
||||
sudo apt install -y \
|
||||
git python3 jq bash grep gawk wget diffstat \
|
||||
chrpath cpio texinfo gcc g++ make file tar \
|
||||
bzip2 gzip xz-utils zstd lz4 patch perl \
|
||||
python3-pexpect socat unzip rsync bc \
|
||||
libsdl1.2-dev xterm
|
||||
```
|
||||
|
||||
### 2. Clone & Setup
|
||||
|
||||
Reference in New Issue
Block a user