]> code.ossystems Code Review - openembedded-core.git/commit
u-boot-fw-utils: reinstate target recipe for fw_printenv
authorAnders Darander <anders@chargestorm.se>
Fri, 13 Sep 2013 19:21:35 +0000 (19:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 18:27:16 +0000 (19:27 +0100)
commit83cb07047658e2e2b2d721e1b01553d4df3d8636
tree0ae5dde4625efd57288cbf3e139ca049accf0554
parenta99edb5552839fd50326dd3aa4ee2f36f6026882
u-boot-fw-utils: reinstate target recipe for fw_printenv

The latest upgrade changed u-boot-fw-utils to u-boot-fw-utils-cross, which
removed the on-target fw_printenv (and fw_setenv).

Re-create the updated version of the u-boot-fw-utils recipe.

U-Boot does try to strip the fw_printenv binary by default now. To avoid
this, without patching the Makefile, we add HOSTSTRIP=true to EXTRA_OEMAKE.

The new U-Boot do also require us to configure the build for a specific
machine, thus we change the package arch.ยง

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb [new file with mode: 0644]