aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/busybox/busybox_%.bbappend
AgeCommit message (Collapse)Author
2022-07-27Remove all filesChristopher Larson
JIRA: SB-19762 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-21busybox: drop resize.cfg inclusion, it's default nowChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2022-07-19Merge upstream/dunfell into kirkstone (using imerge)Christopher Larson
2021-12-23Update SPDX license info in metadataansar-rasool
JIRA-ID: SB-17889 Signed-off-by: ansar-rasool <ansar_rasool@mentor.com>
2021-09-01Convert to new overrides syntax for honisterChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2015-11-27busybox: top: fix "top + 1" all cpus supportShrikant Bobade
this patch provide fix for "top + 1" command support by updating necessary top busybox cfg. it is required for user to use the top command with + 1 combination to get the info of all CPUs. JIRA: SB-6343 Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
2015-11-25busybox: fix "pidof -s" command supportShrikant Bobade
this patch provide fix for "pidof -s" support by updating necessary busybox cfg. JIRA: SB-6337 Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
2015-11-10busybox: enable CONFIG_FEATURE_FANCY_HEADChristopher Larson
This is enabled so we have head -c, which we need for our tracing scripts with lttng. JIRA: SB-6274 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2015-04-17meta-mel: use mel override in various placesChristopher Larson
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2015-03-04busybox: use fragments rather than defconfigChristopher Larson
After thoroughly reviewing all the changes we made to the defconfig over the years, we've determined that we do not want to override this file, and can handle the few things which are missing via configuration fragments. Currently only resize and setsid are handled that way. Signed-off-by: Christopher Larson <kergoth@gmail.com>