Skip to content

Commit

Permalink
add more dependencies required to build u-boot v2023.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Oct 12, 2023
1 parent 6c2415c commit d9ce3cd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
qemu-user-static qemu-system-arm qemu-efi u-boot-tools binfmt-support \
debootstrap flex libssl-dev bc rsync kmod cpio xz-utils fakeroot parted \
udev dosfstools uuid-runtime git-lfs device-tree-compiler python2 python3 \
python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools
python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools \
python3-distutils python3-pkg-resources swig libfdt-dev libpython3-dev
- name: Build kernel
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
qemu-user-static qemu-system-arm qemu-efi u-boot-tools binfmt-support \
debootstrap flex libssl-dev bc rsync kmod cpio xz-utils fakeroot parted \
udev dosfstools uuid-runtime git-lfs device-tree-compiler python2 python3 \
python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools
python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools \
python3-distutils python3-pkg-resources swig libfdt-dev libpython3-dev
- name: Build kernel
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion packages/u-boot-turing-rk3588/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
u-boot-turing-rk3588 (2023.10-1) UNRELEASED; urgency=medium
u-boot-turing-rk3588 (2023.10-1) jammy; urgency=medium

* Bump to mainline u-boot v2023.10.

Expand Down
26 changes: 23 additions & 3 deletions packages/u-boot-turing-rk3588/debian/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
Source: u-boot-turing-rk3588
Section: admin
Priority: optional
Standards-Version: 4.6.0
Maintainer: Joshua Riek <[email protected]>
Build-Depends: debhelper-compat (= 12), parted, gcc, make, bc, bison, python2, flex, device-tree-compiler, udev, python3-pyelftools, python3-setuptools
Vcs-Git: https://github.com/radxa/u-boot.git
Build-Depends:
debhelper-compat (= 12),
parted,
gcc,
make,
bc,
bison,
flex,
device-tree-compiler,
udev,
python3,
libpython3-dev,
python3-pyelftools,
python3-setuptools,
python3-distutils,
python3-pkg-resources,
swig,
libfdt-dev,
libssl-dev,
Standards-Version: 4.6.0
Homepage: https://www.denx.de/wiki/U-Boot/
Vcs-Browser: https://salsa.debian.org/debian/u-boot
Vcs-Git: https://salsa.debian.org/debian/u-boot.git

Package: u-boot-turing-rk1
Architecture: arm64
Expand Down

0 comments on commit d9ce3cd

Please sign in to comment.