Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/buildroot_config: Sync rootfs to devlib busybox & add '-o nice' to ps #2175

Merged

Conversation

deggeman
Copy link
Contributor

Set CONFIG_MODPROBE_SMALL=n and CONFIG_STATIC=y to allign the busybox binary of the rootfs with that of devlib (refer to $LISA/tools/recipes/busybox.recipe).

Set CONFIG_MODPROBE_SMALL=n to avoid an issue with insmod related to its return value.

Moreover, set CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y so that /bin/ps supports the '-o nice' specifier. This is needed to evaluate issues related to lisa-test during load related PELT Invariance tests on the target they happen. Load depens on task priority, i.e. task nice value.

… to ps

Set CONFIG_MODPROBE_SMALL=n and CONFIG_STATIC=y to allign the busybox
binary of the rootfs with that of devlib (refer to
$LISA/tools/recipes/busybox.recipe).

Set CONFIG_MODPROBE_SMALL=n to avoid an issue with insmod related to its
return value.

Moreover, set CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y so that /bin/ps
supports the '-o nice' specifier. This is needed to evaluate issues
related to lisa-test during load related PELT Invariance tests on the
target they happen. Load depens on task priority, i.e. task nice value.

Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
@douglas-raillard-arm douglas-raillard-arm merged commit 4488e6b into ARM-software:main Jan 18, 2024
2 checks passed
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.

None yet

2 participants