Skip to content

Conversation

@ozan956
Copy link

@ozan956 ozan956 commented Nov 26, 2025

No description provided.

@ozan956 ozan956 requested a review from pamolloy November 26, 2025 10:45
@ozan956 ozan956 self-assigned this Nov 26, 2025
@ozan956 ozan956 linked an issue Nov 26, 2025 that may be closed by this pull request
@pamolloy pamolloy requested a review from gastmaier November 27, 2025 14:31
@pamolloy
Copy link
Collaborator

Built this on my machine as philip/linux rather than adi/linux, copied it to one of the build machines, created a service file to test it and it looks good so far:

https://github.com/analogdevicesinc/br2-external/actions/runs/19715596206/job/56556778405

Interestingly the --cups=4 results in all 20 cores at 20% and 1.2-2 GHz.

@ozan956 ozan956 force-pushed the add-buildroot-deps branch 3 times, most recently from cbf4f19 to 4660353 Compare November 28, 2025 11:16
This updates the environment to include all required Buildroot
packages to prevent missing dependency errors during builds.

Fixes: #3029
Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
@pamolloy
Copy link
Collaborator

pamolloy commented Dec 1, 2025

We need to figure out a way to better handle building the kernel with GCC 13. Even if repos have different Containerfiles. I had to do the following and then created images names adi/buildroot for now that I deployed to the build machines.

diff --git a/container/install-compilers.sh b/container/install-compilers.sh
index 80a846c1100c7..3893da174bee5 100644
--- a/container/install-compilers.sh
+++ b/container/install-compilers.sh
@@ -11,6 +11,3 @@ zypper install -y --no-recommends \
     cross-arm-gcc13 \
     cross-aarch64-gcc13 \
     sparse coccinelle ocaml ocaml-findlib cppcheck python313 python313-pip python313-devel
-
-update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 50
-update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-13 50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add br2_external dependencies to build containers

4 participants