]> code.ossystems Code Review - openembedded-core.git/commit
libubootenv: Add libubootenv which replaces u-boot-fw-utils
authorStefano Babic <sbabic@denx.de>
Fri, 3 Jan 2020 12:33:22 +0000 (13:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jan 2020 12:43:22 +0000 (12:43 +0000)
commit325a8dec3c24723e02c8c7a0b416321adc7a5717
tree6a9cf52280e3d80e4230700f8c4b2bf2d946f905
parent4d72cd395b2dd40dde1f3809e3ab255938e6a7a1
libubootenv: Add libubootenv which replaces u-boot-fw-utils

libubootenv is a replacement for u-boot-fw-utils. It is
hardware-independent and provides fw_printenv and fw_setenv tools that
are full compatible with the ones provided by U-Boot. A library is
provided to access the environment from an own application.
License is LGPL-2.1 and this allow to link the library to proprietary
code. The user of the tools should install the configuration file
"fw_env.config", as he is already used to with u-boot-fw-utils. The
configuration file is compatible with u-boot-fw-utils.
A full discussion about issues on current u-boot-fw-utils can be read on
U-Boot's ML at:

http://u-boot.10912.n7.nabble.com/SWUpdate-U-Boot-environment-library-dependency-tt340530.html#none

Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-bsp/u-boot/libubootenv_0.2.bb [new file with mode: 0644]