diff options
Diffstat (limited to 'recipes/images/b2qt-embedded-image.bb')
-rw-r--r-- | recipes/images/b2qt-embedded-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb index 40719eb..e7811cc 100644 --- a/recipes/images/b2qt-embedded-image.bb +++ b/recipes/images/b2qt-embedded-image.bb | |||
@@ -61,6 +61,7 @@ TOOLS_EXTRA_INSTALL = "\ | |||
61 | " | 61 | " |
62 | 62 | ||
63 | IMAGE_INSTALL += "\ | 63 | IMAGE_INSTALL += "\ |
64 | kernel-modules \ | ||
64 | psplash \ | 65 | psplash \ |
65 | openssh-sftp-server \ | 66 | openssh-sftp-server \ |
66 | openssl \ | 67 | openssl \ |
@@ -75,6 +76,7 @@ IMAGE_INSTALL += "\ | |||
75 | tslib \ | 76 | tslib \ |
76 | tslib-calibrate \ | 77 | tslib-calibrate \ |
77 | alsa-utils-amixer \ | 78 | alsa-utils-amixer \ |
79 | hunspell \ | ||
78 | ${GSTREAMER_EXTRA_INSTALL} \ | 80 | ${GSTREAMER_EXTRA_INSTALL} \ |
79 | ${TOOLS_EXTRA_INSTALL} \ | 81 | ${TOOLS_EXTRA_INSTALL} \ |
80 | ${MACHINE_EXTRA_INSTALL} \ | 82 | ${MACHINE_EXTRA_INSTALL} \ |