[yocto] [meta-raspberrypi][PATCH 0/3] libexecdir fixes

Maciej Borzecki maciej.borzecki at open-rnd.pl
Tue Feb 2 06:31:44 PST 2016


A couple of fixes that resolve issues with recent change of libexecdir
in OE-core.

The first patch cleans up the recipe to install rpi-mkimage tools into
${libexecdir}/rpi-mkimage. This preserves the original nesting of
rpi-mkimage under ${libdir}.

The 2nd and 3rd patch use ${STAGING_LIBEXECDIR_NATIVE} rather than a mix
of ${STAGING_DIR_NATIVE}${libexecdir} to keep things clean.

Maciej Borzecki (3):
  rpi-mkimage: install tools under {libexecdir}/rpi-mkimage
  u-boot-rpi: use STAGING_LIBEXECDIR_NATIVE for rpi-mkimage tools
  linux-raspberrypi: use STAGING_LIBEXECDIR_NATIVE for rpi-mkimage tools

 recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 4 ++--
 recipes-bsp/u-boot/u-boot-rpi_git.bb       | 2 +-
 recipes-kernel/linux/linux-raspberrypi.inc | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

--
2.5.0




More information about the yocto mailing list