summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
blob: 1290968b9dc36266bab7164dbfb1e7473df9e980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "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-graphics/images/core-image-weston.bb

# Now add the multilib packages we want to install
IMAGE_INSTALL += "lib32-bash"