From: Jason Kridner Date: Sun, 8 Aug 2010 15:20:18 +0000 (+0000) Subject: beagleboard-test-image: add additional packages X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ee540c8a19f414202894db4acbf79ad3d6a288;p=openembedded.git beagleboard-test-image: add additional packages Add sox for audio testing. Add kernel-module-mt9t112 for camera testing. Add u-boot-mkimage for editing the boot.scr and user.scr files. Signed-off-by: Jason Kridner Signed-off-by: Denys Dmytriyenko --- diff --git a/recipes/images/beagleboard-test-image.bb b/recipes/images/beagleboard-test-image.bb index e25a42772b..b54bc62c99 100644 --- a/recipes/images/beagleboard-test-image.bb +++ b/recipes/images/beagleboard-test-image.bb @@ -19,6 +19,9 @@ IMAGE_INSTALL += " \ beagleboard-test-scripts \ nano \ cpuburn-neon \ + kernel-module-mt9t112 \ + u-boot-mkimage \ + sox \ " export IMAGE_BASENAME = "beagleboard-test-image"