* [PATCH] IMote2 variant of angstrom minimalist image
@ 2009-11-04 20:03 Jonathan Cameron
0 siblings, 0 replies; only message in thread
From: Jonathan Cameron @ 2009-11-04 20:03 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-04 20:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 20:03 [PATCH] IMote2 variant of angstrom minimalist image Jonathan Cameron
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.