[oe-commits] Denis 'GNUtoo' Carikli : shr-image.inc: migrate nokia900 to devtmpfs

git version control git at git.openembedded.org
Thu May 26 20:00:53 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: c9fb62e32d4415d859edb05e7055395ec7afda5f
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=c9fb62e32d4415d859edb05e7055395ec7afda5f

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri May 20 21:44:55 2011 +0200

shr-image.inc: migrate nokia900 to devtmpfs

Without that patch the nokia n900 has no working virtual console:
  ssh failed with PTY allocation request failed on channel 0
  vala-terminal failed with not giving a prompt, removing udev
  fixes theses issues(there was udev and devtmpfs at the same time).

SHR had to choose between devtmpfs and udev for the nokia900,
  and devtmpfs was chosen.

The functionality offered by udev is beeing migrated in the
  freesmartphone middleware, for instance firmware loading has
  been there since a very long time.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/images/shr-image.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 29c60af..462f05e 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -10,6 +10,7 @@ IMAGE_LOGIN_MANAGER = "shadow"
 IMAGE_DEV_MANAGER_om-gta01 = ""
 IMAGE_DEV_MANAGER_om-gta02 = ""
 IMAGE_DEV_MANAGER_htcdream = ""
+IMAGE_DEV_MANAGER_nokia900 = ""
 
 RDEPENDS_${PN} += "\
   task-shr-minimal-base \





More information about the Openembedded-commits mailing list