[OS-BUILD PATCHv3 3/3] redhat/self-test: Update data for cross compile fields

2023-09-23 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Update data for cross compile fields Add CROSS_DISABLED_SUBPACKAGES and update .DEFAULT_GOAL, which now points to dist-cross-setup. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7

[OS-BUILD PATCHv3 2/3] redhat/Makefile.cross: Add message for disabled subpackages

2023-09-23 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile.cross: Add message for disabled subpackages Add a message for the disabled subpackages. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross index blahblah..blahblah 100644 --- a/redhat/Makefile.cross +++

[OS-BUILD PATCHv3 1/3] redhat/Makefile.cross: Update cross targets with disabled subpackages

2023-09-23 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile.cross: Update cross targets with disabled subpackages The bpftool, perf, and tools subpackages require architecture-specific packages and currently cannot be built with the existing cross compiler packages. Disable them for cross compiler builds.

[OS-BUILD PATCHv3 0/3] redhat/Makefile.cross: Disable subpackages

2023-09-23 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2723 There are subpackages that won't compile due to architectural differences and cross compiling packaging issues. Disable these packages from cross compiling. This shouldn't be a