From: David-John Willis Date: Tue, 25 May 2010 10:08:30 +0000 (+0100) Subject: base-files 3.0.14: Update omap3-pandora /etc/fstab to mount up the UBIFS boot volume. X-Git-Tag: Release-2010-05/1~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8c96fdf9b9e1573431b4a9faacf67c07992499;p=openembedded.git base-files 3.0.14: Update omap3-pandora /etc/fstab to mount up the UBIFS boot volume. --- diff --git a/recipes/base-files/base-files/omap3-pandora/fstab b/recipes/base-files/base-files/omap3-pandora/fstab index a4c86104e1..3068f4b62b 100644 --- a/recipes/base-files/base-files/omap3-pandora/fstab +++ b/recipes/base-files/base-files/omap3-pandora/fstab @@ -1,4 +1,4 @@ -# stock fstab - you probably want to override this with a machine specific one +# OpenPandora fstab. rootfs / auto defaults,noatime 1 1 proc /proc proc defaults 0 0 @@ -8,6 +8,6 @@ tmpfs /var/volatile tmpfs defaults 0 0 tmpfs /dev/shm tmpfs mode=0777 0 0 tmpfs /media/ram tmpfs defaults 0 0 -# uncomment this if your device has a SD/MMC/Transflash slot -#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0 +# The /boot kernel volume on the OpenPandora NAND. +ubi1:boot /boot ubifs defaults 0 0 diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index 8f1de11c7b..7cb4061aed 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 = "r91" +PR = "r92" LICENSE = "GPL" SRC_URI = " \