From: Graeme Gregory Date: Wed, 29 Apr 2009 21:52:30 +0000 (+0100) Subject: base-files_3.0.14.bb : fix the om-gta02 fstab and bump the PR X-Git-Tag: Release-2010-05/1~3645 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a787df4afb9a135283f8e6031027b9afbe4d92c0;p=openembedded.git base-files_3.0.14.bb : fix the om-gta02 fstab and bump the PR --- diff --git a/recipes/base-files/base-files/om-gta02/fstab b/recipes/base-files/base-files/om-gta02/fstab index 61c7cdcafd..c83b2b1214 100644 --- a/recipes/base-files/base-files/om-gta02/fstab +++ b/recipes/base-files/base-files/om-gta02/fstab @@ -1,5 +1,10 @@ /dev/mtdblock6 / jffs2 rw,noatime 1 1 proc /proc proc defaults 0 0 +tmpfs /var/volatile tmpfs defaults 0 0 +tmpfs /dev/shm tmpfs mode=0777 0 0 +tmpfs /media/ram tmpfs defaults 0 0 # microSD slot /dev/mmcblk0p1 /media/card auto defaults,async 0 0 +# stock fstab - you probably want to override this with a machine specific one + diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index 460fd6357f..0d012c77f2 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r85" +PR = "r86" LICENSE = "GPL" SRC_URI = " \