citadel/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
brl 098b8f982b Squashed 'poky/' content from commit 4469acdf1d
git-subtree-dir: poky
git-subtree-split: 4469acdf1d0338220f3fe2ecb5e079eea6fda375
2017-12-04 16:35:29 -05:00

14 lines
434 B
BlitzBasic

#
# An example of a multilib image
#
# This example includes a lib32 version of bash into an otherwise standard
# sato image. It assumes a "lib32" multilib has been enabled in the user's
# configuration (see the example conf files for examples of this.)
#
# First include a base image to base things off
require recipes-sato/images/core-image-sato.bb
# Now add the multilib packages we want to install
IMAGE_INSTALL += "lib32-bash"