* [PATCH] base-files: update fstab for jornada7xx
@ 2011-02-09 20:23 Filip Zyzniewski
2011-02-10 17:29 ` Khem Raj
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Filip Zyzniewski @ 2011-02-09 20:23 UTC (permalink / raw)
To: openembedded-devel, kristoffer.ericson
We use the scsi subsystem for PCMCIA ATA access, so device files are
/dev/sda*, not /dev/hda*.
See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
---
recipes/base-files/base-files/jornada7xx/fstab | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes/base-files/base-files/jornada7xx/fstab b/recipes/base-files/base-files/jornada7xx/fstab
index f0c23d9..a06a1b6 100644
--- a/recipes/base-files/base-files/jornada7xx/fstab
+++ b/recipes/base-files/base-files/jornada7xx/fstab
@@ -1,7 +1,7 @@
proc /proc proc defaults 0 0
-/dev/hda2 / ext2 defaults 0 0
-/dev/hda1 /mnt/cf auto defaults,sync,noauto 0 0
-/dev/hda3 none swap sw 0 0
+/dev/sda2 / ext2 defaults 0 0
+/dev/sda1 /mnt/cf auto defaults,sync,noauto 0 0
+/dev/sda3 none swap sw 0 0
tmpfs /var/volatiles tmpfs defaults 0 0
tmpfs /mnt/ram tmpfs defaults 0 0
tmpfs /dev/shm tmpfs mode=0777 0 0
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH] base-files: update fstab for jornada7xx
2011-02-09 20:23 [PATCH] base-files: update fstab for jornada7xx Filip Zyzniewski
@ 2011-02-10 17:29 ` Khem Raj
2011-02-10 22:06 ` Kristoffer Ericson
2011-02-10 22:05 ` Kristoffer Ericson
2011-02-11 13:44 ` Filip Zyzniewski
2 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2011-02-10 17:29 UTC (permalink / raw)
To: openembedded-devel; +Cc: kristoffer.ericson
On Wed, Feb 9, 2011 at 12:23 PM, Filip Zyzniewski
<filip.zyzniewski@gmail.com> wrote:
> We use the scsi subsystem for PCMCIA ATA access, so device files are
> /dev/sda*, not /dev/hda*.
> See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
is this always going to be the case ? IOW what if someone does not use
inux-jlime-jornada7xx-2.6.34+git recipe
>
> Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
> ---
> recipes/base-files/base-files/jornada7xx/fstab | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/base-files/base-files/jornada7xx/fstab b/recipes/base-files/base-files/jornada7xx/fstab
> index f0c23d9..a06a1b6 100644
> --- a/recipes/base-files/base-files/jornada7xx/fstab
> +++ b/recipes/base-files/base-files/jornada7xx/fstab
> @@ -1,7 +1,7 @@
> proc /proc proc defaults 0 0
> -/dev/hda2 / ext2 defaults 0 0
> -/dev/hda1 /mnt/cf auto defaults,sync,noauto 0 0
> -/dev/hda3 none swap sw 0 0
> +/dev/sda2 / ext2 defaults 0 0
> +/dev/sda1 /mnt/cf auto defaults,sync,noauto 0 0
> +/dev/sda3 none swap sw 0 0
> tmpfs /var/volatiles tmpfs defaults 0 0
> tmpfs /mnt/ram tmpfs defaults 0 0
> tmpfs /dev/shm tmpfs mode=0777 0 0
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] base-files: update fstab for jornada7xx
2011-02-10 17:29 ` Khem Raj
@ 2011-02-10 22:06 ` Kristoffer Ericson
0 siblings, 0 replies; 7+ messages in thread
From: Kristoffer Ericson @ 2011-02-10 22:06 UTC (permalink / raw)
To: Khem Raj; +Cc: openembedded-devel
On Thu, Feb 10, 2011 at 09:29:34AM -0800, Khem Raj wrote:
> On Wed, Feb 9, 2011 at 12:23 PM, Filip Zyzniewski
> <filip.zyzniewski@gmail.com> wrote:
> > We use the scsi subsystem for PCMCIA ATA access, so device files are
> > /dev/sda*, not /dev/hda*.
> > See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
>
> is this always going to be the case ? IOW what if someone does not use
> inux-jlime-jornada7xx-2.6.34+git recipe
>
Yes, theres no advantage in using hdX for the j7xx and the vanilla
kernel should work fine unless using very old kernel which also has no advantage.
It will therefore work fine for vanilla users also.
> >
> > Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
>
>
>
> > ---
> > recipes/base-files/base-files/jornada7xx/fstab | 6 +++---
> > 1 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/recipes/base-files/base-files/jornada7xx/fstab b/recipes/base-files/base-files/jornada7xx/fstab
> > index f0c23d9..a06a1b6 100644
> > --- a/recipes/base-files/base-files/jornada7xx/fstab
> > +++ b/recipes/base-files/base-files/jornada7xx/fstab
> > @@ -1,7 +1,7 @@
> > proc /proc proc defaults 0 0
> > -/dev/hda2 / ext2 defaults 0 0
> > -/dev/hda1 /mnt/cf auto defaults,sync,noauto 0 0
> > -/dev/hda3 none swap sw 0 0
> > +/dev/sda2 / ext2 defaults 0 0
> > +/dev/sda1 /mnt/cf auto defaults,sync,noauto 0 0
> > +/dev/sda3 none swap sw 0 0
> > tmpfs /var/volatiles tmpfs defaults 0 0
> > tmpfs /mnt/ram tmpfs defaults 0 0
> > tmpfs /dev/shm tmpfs mode=0777 0 0
> > --
> > 1.7.1
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] base-files: update fstab for jornada7xx
2011-02-09 20:23 [PATCH] base-files: update fstab for jornada7xx Filip Zyzniewski
2011-02-10 17:29 ` Khem Raj
@ 2011-02-10 22:05 ` Kristoffer Ericson
2011-02-11 13:44 ` Filip Zyzniewski
2 siblings, 0 replies; 7+ messages in thread
From: Kristoffer Ericson @ 2011-02-10 22:05 UTC (permalink / raw)
To: Filip Zyzniewski; +Cc: openembedded-devel
On Wed, Feb 09, 2011 at 09:23:09PM +0100, Filip Zyzniewski wrote:
> We use the scsi subsystem for PCMCIA ATA access, so device files are
> /dev/sda*, not /dev/hda*.
> See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
Applied, Thx
>
> Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
> ---
> recipes/base-files/base-files/jornada7xx/fstab | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/base-files/base-files/jornada7xx/fstab b/recipes/base-files/base-files/jornada7xx/fstab
> index f0c23d9..a06a1b6 100644
> --- a/recipes/base-files/base-files/jornada7xx/fstab
> +++ b/recipes/base-files/base-files/jornada7xx/fstab
> @@ -1,7 +1,7 @@
> proc /proc proc defaults 0 0
> -/dev/hda2 / ext2 defaults 0 0
> -/dev/hda1 /mnt/cf auto defaults,sync,noauto 0 0
> -/dev/hda3 none swap sw 0 0
> +/dev/sda2 / ext2 defaults 0 0
> +/dev/sda1 /mnt/cf auto defaults,sync,noauto 0 0
> +/dev/sda3 none swap sw 0 0
> tmpfs /var/volatiles tmpfs defaults 0 0
> tmpfs /mnt/ram tmpfs defaults 0 0
> tmpfs /dev/shm tmpfs mode=0777 0 0
> --
> 1.7.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] base-files: update fstab for jornada7xx
2011-02-09 20:23 [PATCH] base-files: update fstab for jornada7xx Filip Zyzniewski
2011-02-10 17:29 ` Khem Raj
2011-02-10 22:05 ` Kristoffer Ericson
@ 2011-02-11 13:44 ` Filip Zyzniewski
2011-02-11 14:39 ` Tom Rini
2 siblings, 1 reply; 7+ messages in thread
From: Filip Zyzniewski @ 2011-02-11 13:44 UTC (permalink / raw)
To: openembedded-devel
On 2/9/11, Filip Zyzniewski <filip.zyzniewski@gmail.com> wrote:
> We use the scsi subsystem for PCMCIA ATA access, so device files are
> /dev/sda*, not /dev/hda*.
> See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
>
> Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Is there a reason for this patch to be absent from
http://patches.openembedded.org ?
Should I add it there by hand?
bye,
Filip Zyzniewski
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] base-files: update fstab for jornada7xx
2011-02-11 13:44 ` Filip Zyzniewski
@ 2011-02-11 14:39 ` Tom Rini
2011-02-11 17:55 ` Filip Zyzniewski
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2011-02-11 14:39 UTC (permalink / raw)
To: openembedded-devel
On 02/11/2011 06:44 AM, Filip Zyzniewski wrote:
> On 2/9/11, Filip Zyzniewski<filip.zyzniewski@gmail.com> wrote:
>> We use the scsi subsystem for PCMCIA ATA access, so device files are
>> /dev/sda*, not /dev/hda*.
>> See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
>>
>> Signed-off-by: Filip Zyzniewski<filip.zyzniewski@gmail.com>
>
> Is there a reason for this patch to be absent from
> http://patches.openembedded.org ?
>
> Should I add it there by hand?
They're absent since I applied this and archived it back on the 9th :)
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] base-files: update fstab for jornada7xx
2011-02-11 14:39 ` Tom Rini
@ 2011-02-11 17:55 ` Filip Zyzniewski
0 siblings, 0 replies; 7+ messages in thread
From: Filip Zyzniewski @ 2011-02-11 17:55 UTC (permalink / raw)
To: openembedded-devel
Ah thanks, must have missed it somehow :).
bye,
Filip Zyzniewski
On 2/11/11, Tom Rini <tom_rini@mentor.com> wrote:
> On 02/11/2011 06:44 AM, Filip Zyzniewski wrote:
>> On 2/9/11, Filip Zyzniewski<filip.zyzniewski@gmail.com> wrote:
>>> We use the scsi subsystem for PCMCIA ATA access, so device files are
>>> /dev/sda*, not /dev/hda*.
>>> See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
>>>
>>> Signed-off-by: Filip Zyzniewski<filip.zyzniewski@gmail.com>
>>
>> Is there a reason for this patch to be absent from
>> http://patches.openembedded.org ?
>>
>> Should I add it there by hand?
>
> They're absent since I applied this and archived it back on the 9th :)
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-02-11 17:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 20:23 [PATCH] base-files: update fstab for jornada7xx Filip Zyzniewski
2011-02-10 17:29 ` Khem Raj
2011-02-10 22:06 ` Kristoffer Ericson
2011-02-10 22:05 ` Kristoffer Ericson
2011-02-11 13:44 ` Filip Zyzniewski
2011-02-11 14:39 ` Tom Rini
2011-02-11 17:55 ` Filip Zyzniewski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.