summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-multilib
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:36:22 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 15:32:53 +0200
commitf4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch)
tree487180fa9866985ea7b28e625651765d86f515c3 /meta-skeleton/recipes-multilib
downloadpoky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-skeleton/recipes-multilib')
-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"