summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2013-06-24 15:24:35 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2013-06-24 15:47:10 +0300
commit278ea611017e85f4e059455fde5e9080efde2fa3 (patch)
treea83996b97cb406d1af242c22e741c06a04b60640 /recipes/images
parent29f971bec6ad8bbbf3f6bbcf1ab67f1f4e0b59ff (diff)
downloadmeta-boot2qt-278ea611017e85f4e059455fde5e9080efde2fa3.tar.gz
Update on adbd recipes
-using hostname + mac address for serialnumber -using start-stop-daemon for adbd -using RRECOMMENDS to include g-ffs module -android sources are Apache licensed Change-Id: Iaec92b93cf22702586d39fa7923b8735f650ea57 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/b2qt-embedded-image.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb
index dbcd8f8..3ea50c7 100644
--- a/recipes/images/b2qt-embedded-image.bb
+++ b/recipes/images/b2qt-embedded-image.bb
@@ -45,6 +45,7 @@ GSTREAMER_EXTRA_INSTALL = "\
45 " 45 "
46 46
47TOOLS_EXTRA_INSTALL = "\ 47TOOLS_EXTRA_INSTALL = "\
48 adbd \
48 ldd \ 49 ldd \
49 " 50 "
50 51
@@ -60,8 +61,6 @@ IMAGE_INSTALL += "\
60 freetype \ 61 freetype \
61 fontconfig \ 62 fontconfig \
62 liberation-fonts \ 63 liberation-fonts \
63 adbd \
64 kernel-module-g-ffs \
65 ${GSTREAMER_EXTRA_INSTALL} \ 64 ${GSTREAMER_EXTRA_INSTALL} \
66 ${TOOLS_EXTRA_INSTALL} \ 65 ${TOOLS_EXTRA_INSTALL} \
67 ${MACHINE_EXTRA_INSTALL} \ 66 ${MACHINE_EXTRA_INSTALL} \