[OE-core] [PATCH] busybox: add devmem

Khem Raj raj.khem at gmail.com
Wed Jan 30 16:50:02 UTC 2019


On Wed, Jan 30, 2019 at 1:34 AM Adrian Bunk <bunk at stusta.de> wrote:
>
> This is a tiny but pretty useful tool.
>

question is, do we need this enabled in default config, or could be add it via
some DISTRO_FEATURE meant for validation etc. May be if you explain your
usecase then we might be able to make a better assessment.

> Signed-off-by: Adrian Bunk <bunk at stusta.de>
> ---
>  meta/recipes-core/busybox/busybox/defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
> index d11707abc3..1519159a49 100644
> --- a/meta/recipes-core/busybox/busybox/defconfig
> +++ b/meta/recipes-core/busybox/busybox/defconfig
> @@ -791,7 +791,7 @@ CONFIG_DC=y
>  # CONFIG_DEVFSD_FG_NP is not set
>  # CONFIG_DEVFSD_VERBOSE is not set
>  # CONFIG_FEATURE_DEVFS is not set
> -# CONFIG_DEVMEM is not set
> +CONFIG_DEVMEM=y
>  # CONFIG_EJECT is not set
>  # CONFIG_FEATURE_EJECT_SCSI is not set
>  # CONFIG_FBSPLASH is not set
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list