* nodejs and linuxtag-ics don't seem to have cross-compiling recipes to create them. * esc-node-demo requries nodejs
Signed-off-by: Jason Kridner <[email protected]> --- recipes/images/beagleboard-demo-image.bb | 101 ++++++++++++++++++++++++++++++ 1 files changed, 101 insertions(+), 0 deletions(-) diff --git a/recipes/images/beagleboard-demo-image.bb b/recipes/images/beagleboard-demo-image.bb index d83281c..5d36dea 100644 --- a/recipes/images/beagleboard-demo-image.bb +++ b/recipes/images/beagleboard-demo-image.bb @@ -6,6 +6,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-evdev \ xf86-input-mouse \ xf86-video-fbdev \ + xf86-video-sisusb \ xf86-input-keyboard \ " @@ -20,10 +21,110 @@ IMAGE_INSTALL = "\ ${ANGSTROM_EXTRA_INSTALL} \ task-beagleboard-demo \ ${SPLASH} \ + bash \ + gstreamer-ti \ + libgles-omap3-x11wsegl \ + shadow \ + bash \ + psplash-angstrom \ + task-base-extended \ + angstrom-task-gnome \ + ti-dsplink-examples \ + ti-codec-engine-examples \ + ti-dmai-apps \ + gstreamer-ti \ + libgles-omap3-x11wsegl \ + bc-cube-fb \ + bc-cube-x11 \ + mplayer \ + omapfbplay \ + cpufrequtils \ + htop \ + powertop \ + ntpdate \ + libgles-omap3-rawdemos \ + libgles-omap3-x11demos \ + abiword \ + gnumeric \ + epiphany \ + memtester \ + kernel-modules \ + epiphany \ + midori \ + firefox \ + gnome-mplayer \ + gecko-mediaplayer-firefox-hack \ + gpe-scap \ + gst-plugin-gles \ + alsa-utils \ + alsa-utils-alsamixer \ + alsa-utils-aplay \ + alsa-utils-amixer \ + alsa-utils-aconnect \ + alsa-utils-iecset \ + alsa-utils-speakertest \ + alsa-utils-aseqnet \ + alsa-utils-aseqdump \ + alsa-utils-alsaconf \ + alsa-utils-alsactl \ + ti-msp430-chronos-apps \ + git \ + vim \ + screen \ + dosfstools \ + omap-dss-doc \ + gedit \ + lsof \ + matrix-gui \ + matrix-tui \ + am-benchmarks \ + am-sysinfo \ + e2fsprogs \ + e2fsprogs-mke2fs \ + nano \ + qt4-demos \ + qt4-plugin-imageformat-jpeg \ + qt4-plugin-imageformat-svg \ + qt-x11-qvfb \ + qt4-embedded-demos \ + qt4-embedded-plugin-gfxdriver-gfxvnc \ + qt4-embedded-plugin-gfxdriver-gfxtransformed \ + qt4-embedded \ + qt4-embedded-fonts \ + qt4-embedded-plugin-imageformat-svg \ + qt4-embedded-plugin-imageformat-jpeg \ + arora \ + arora-e \ + task-native-sdk \ + task-qte-toolchain-target \ + qt4-x11-free-gles-dev \ + u-boot-mkimage \ + picodlp-control \ + x-load \ + u-boot \ + angstrom-uboot-scripts \ + x11vnc \ + evtest \ + gstd \ + qmake2 \ + matrix-gui-autostart \ + esc-gst \ + esc-media \ +# nodejs \ +# esc-node-demo \ + mtd-utils \ + i2c-tools \ + beagleboard-test-scripts \ + cpuburn-neon \ + sox \ + devmem2 \ " IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" +IMAGE_LOGIN_MANAGER = "shadow" +IMAGE_SPLASH = "psplash-angstrom" + #zap root password for release images ROOTFS_POSTPROCESS_COMMAND += 'install_linguas; $...@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}' -- 1.5.6.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
