All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@cam.ac.uk>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] IMote2 variant of angstrom minimalist image
Date: Wed, 04 Nov 2009 20:03:33 +0000	[thread overview]
Message-ID: <4AF1DE15.3010307@cam.ac.uk> (raw)

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
---
Changes in here from the normal minimalist image are
mostly to match software on the pre openembedded
imote2-linux distributions (imote2-linux.sourceforge.net).


 recipes/images/imote2-image.bb |   96 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 96 insertions(+), 0 deletions(-)

diff --git a/recipes/images/imote2-image.bb b/recipes/images/imote2-image.bb
new file mode 100644
index 0000000..2d9f36e
--- /dev/null
+++ b/recipes/images/imote2-image.bb
@@ -0,0 +1,96 @@
+#Angstrom minimalist image customized for imote2
+#gives you a small image with ssh access
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
+
+SPLASH ?= " "
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+SOUND_MODULES = " \
+	      kernel-module-soundcore \
+	      kernel-module-snd \
+	      kernel-module-snd-timer \
+	      kernel-module-snd-soc-pxa2xx \
+	      kernel-module-snd-soc-core \
+	      kernel-module-snd-pxa2xx-lib \
+	      kernel-module-snd-pcm \
+	      kernel-module-snd-page-alloc \
+	    "
+
+SOC_CAMERA_MODULES = " \
+		   kernel-module-i2c-gpio \
+		   kernel-module-i2c-algo-bit \
+		   kernel-module-videobuf-core \
+	    	   kernel-module-v4l2-common \
+	    	   kernel-module-v4l2-int-device \
+	    	   kernel-module-videobuf-dma-sg \
+	    	   kernel-module-videodev \
+	    	   kernel-module-soc-camera \
+		   kernel-module-pxa-camera \
+		   kernel-module-ov7670 \
+		   "  
+
+IIO_MODULES = " \
+	      kernel-module-lis3l02dq \	
+	      kernel-module-sca3000 \	
+	      kernel-module-max1363 \
+	      kernel-module-iio-trig-periodic-rtc \
+	      kernel-module-iio-trig-gpio \
+	      kernel-module-industrialio \
+	      kernel-module-tsl2561 \
+	      kernel-module-ring-sw \
+	      kernel-module-kxsd9 \
+	      "
+SDIO_MODULES =	" \
+	     kernel-module-pxamci \
+	     "
+
+WIRELESS = " \
+	 kernel-module-lib80211 \
+	 kernel-module-cryptomgr \
+	 kernel-module-crypto-wq \
+	 kernel-module-crypto-hash \
+	 kernel-module-crypto-blkcipher \
+	 kernel-module-crypto-algapi \
+	 kernel-module-crc-t10dif \
+	 kernel-module-libertas \
+	 kernel-module-libertas-sdio \
+	 marvell-sdio-fw \
+	 wireless-tools \
+	 "
+
+IMAGE_INSTALL = "task-boot \
+            util-linux-ng-mount util-linux-ng-umount \
+            ${DISTRO_SSH_DAEMON} \
+            ${ANGSTROM_EXTRA_INSTALL} \
+            angstrom-version \
+            ${SPLASH} \
+	    ${SDIO_MODULES} \
+	    ${IIO_MODULES} \
+	    ${SOC_CAMERA_MODULES} \
+	    ${SOUND_MODULES} \
+	    ${WIRELESS} \
+	    kernel-modules \
+	    kernel-module-ssp \
+	    kernel-module-sht15 \
+	    kernel-module-sd-mod \
+	    kernel-module-rtc-core \
+	    kernel-module-pxa2xx-spi \
+	    kernel-module-pcf857x \
+	    kernel-module-mmc-core \
+	    kernel-module-lm75 \
+	    kernel-module-leds-gpio \
+	    kernel-module-led-class \
+	    kernel-module-chainiv \
+	    kernel-module-arc4 \
+	    kernel-module-aead \
+	    chrony \
+	   "
+
+export IMAGE_BASENAME = "imote2-image"
+IMAGE_LINGUAS = ""
+
+inherit image
+
-- 
1.6.0.4




                 reply	other threads:[~2009-11-04 20:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AF1DE15.3010307@cam.ac.uk \
    --to=jic23@cam.ac.uk \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.