From 312dff0f8f3625cc7231dd18b6f9deda3ec7ac1b Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Tue, 27 Nov 2012 13:01:01 +0100
Subject: [PATCH] added core image

---
 meta/recipes-core/images/core-image-bmw.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta/recipes-core/images/core-image-bmw.bb

diff --git a/meta/recipes-core/images/core-image-bmw.bb b/meta/recipes-core/images/core-image-bmw.bb
new file mode 100644
index 0000000..05aad4b
--- /dev/null
+++ b/meta/recipes-core/images/core-image-bmw.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "A small image just capable of allowing a device to boot."
+
+IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "CLOSED"
+
+inherit core-image
+
+IMAGE_ROOTFS_EXTRA_SPACE = "5242880"
+
+# remove not needed ipkg informations
+ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
+
+IMAGE_INSTALL += "boost packagegroup-core-ssh-openssh dhcp-client python-setuptools python-pip python-modules python-rospkg python-pyyaml"
-- 
GitLab