Details
Assignee
UnassignedUnassignedReporter
Igor PecovnikIgor PecovnikComponents
Labels
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Igor Pecovnik
Igor PecovnikComponents
Labels
Priority
Created August 23, 2023 at 5:34 PM
Updated December 9, 2024 at 6:53 PM
making kernel def configs , open a PR
running the following command refreshes kernel configs for a single board/family
./compile.sh BOARD=<board> BRANCH=<branch> rewrite-kernel-config
The task is to be able to refresh kernel configs using github action periodically and raise a PR for the same.
The output/info/artifacts-reduced.json file can probably be used here to get all the board and branch parameters needed to generate all possible kernels. This file is generated when running ./compile.sh targets command