From patchwork Mon Dec 12 12:26:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [[v1] libtans1_1.17: fix sources URL and md5/sha sum] Added new local recepie for support of DSP on gumstix console image Date: Mon, 12 Dec 2011 12:26:32 -0000 From: Adriano Pallavicino X-Patchwork-Id: 16737 Message-Id: <1323692792-24574-1-git-send-email-adrianopallavicino@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Adriano Pallavicino From: Adriano Pallavicino --- recipes/images/omap3-console-image-adri-dsp.bb | 85 ++++++++++++++++++++++++ 1 files changed, 85 insertions(+), 0 deletions(-) create mode 100644 recipes/images/omap3-console-image-adri-dsp.bb diff --git a/recipes/images/omap3-console-image-adri-dsp.bb b/recipes/images/omap3-console-image-adri-dsp.bb new file mode 100644 index 0000000..bf84839 --- /dev/null +++ b/recipes/images/omap3-console-image-adri-dsp.bb @@ -0,0 +1,85 @@ +# console image for omap3 + +inherit image + +DEPENDS = "task-base" + +IMAGE_EXTRA_INSTALL ?= "" + +AUDIO_INSTALL = " \ + alsa-utils \ + alsa-utils-aplay \ + alsa-utils-amixer \ + angstrom-zeroconf-audio \ + " + +TI_DSP_INSTALL = " \ + task-gstreamer-ti \ + ti-codec-engine \ + ti-dmai \ + ti-dspbios \ + ti-dsplib \ + ti-dsplink \ + ti-dsplink-module \ + ti-cmem-module \ +" + +BASE_INSTALL = " \ + task-base-extended \ + " + +FIRMWARE_INSTALL = " \ +# linux-firmware \ + libertas-sd-firmware \ + rt73-firmware \ + zd1211-firmware \ + " + +GLES_INSTALL = " \ +# libgles-omap3 \ + " + +TOOLS_INSTALL = " \ + bash \ + bzip2 \ + ckermit \ + devmem2 \ + dhcp-client \ + dosfstools \ + fbgrab \ + fbset \ + fbset-modes \ + i2c-tools \ +# ksymoops \ + mkfs-jffs2 \ + mtd-utils \ + nano \ + ntp ntpdate \ + openssh-misc \ + openssh-scp \ + openssh-ssh \ + omap3-writeprom \ + procps \ + socat \ + strace \ + sudo \ + syslog-ng \ + task-proper-tools \ + u-boot-utils \ + " + +IMAGE_INSTALL += " \ + ${BASE_INSTALL} \ + ${AUDIO_INSTALL} \ + ${FIRMWARE_INSTALL} \ + ${GLES_INSTALL} \ + ${IMAGE_EXTRA_INSTALL} \ + ${TOOLS_INSTALL} \ + ${TI_DSP_INSTALL} \ + " + +IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" + +#ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}' + +