summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb')
-rw-r--r--meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
new file mode 100644
index 0000000000..f13186f933
--- /dev/null
+++ b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
@@ -0,0 +1,13 @@
1#
2# An example of a multilib image
3#
4# This example includes a lib32 version of bash into an otherwise standard
5# sato image. It assumes a "lib32" multilib has been enabled in the user's
6# configuration (see the example conf files for examples of this.)
7#
8
9# First include a base image to base things off
10require recipes-sato/images/core-image-sato.bb
11
12# Now add the multilib packages we want to install
13IMAGE_INSTALL += "lib32-bash"