All of lore.kernel.org
 help / color / mirror / Atom feed
* do_rootfs and mkfs.jffs2
@ 2010-12-17 22:08 Frans Meulenbroeks
  2010-12-18  7:41 ` Scott Garman
  2010-12-18  8:24 ` Yury Bushmelev
  0 siblings, 2 replies; 5+ messages in thread
From: Frans Meulenbroeks @ 2010-12-17 22:08 UTC (permalink / raw)
  To: openembedded-devel

I just tried to make a jffs2 image, but got an error that mkfs.jffs2
was not found.
Apparently somewhere a dependency to mtd-utils-native should be added,
but I have no idea where.

Frans.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_rootfs and mkfs.jffs2
  2010-12-17 22:08 do_rootfs and mkfs.jffs2 Frans Meulenbroeks
@ 2010-12-18  7:41 ` Scott Garman
  2010-12-18  8:45   ` Frans Meulenbroeks
  2010-12-18  8:24 ` Yury Bushmelev
  1 sibling, 1 reply; 5+ messages in thread
From: Scott Garman @ 2010-12-18  7:41 UTC (permalink / raw)
  To: openembedded-devel

On 12/17/2010 02:08 PM, Frans Meulenbroeks wrote:
> I just tried to make a jffs2 image, but got an error that mkfs.jffs2
> was not found.
> Apparently somewhere a dependency to mtd-utils-native should be added,
> but I have no idea where.

In conf/bitbake.conf there is a line:

IMAGE_DEPENDS_jffs2 = "mtd-utils-native"

So one would think that would do the trick. Were you doing anything 
unusual to generate the jffs2 image (e.g, trying to override the default 
image type for your target)?

Scott



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_rootfs and mkfs.jffs2
  2010-12-17 22:08 do_rootfs and mkfs.jffs2 Frans Meulenbroeks
  2010-12-18  7:41 ` Scott Garman
@ 2010-12-18  8:24 ` Yury Bushmelev
  1 sibling, 0 replies; 5+ messages in thread
From: Yury Bushmelev @ 2010-12-18  8:24 UTC (permalink / raw)
  To: openembedded-devel

2010/12/18 Frans Meulenbroeks <fransmeulenbroeks@gmail.com>:
> I just tried to make a jffs2 image, but got an error that mkfs.jffs2
> was not found.
> Apparently somewhere a dependency to mtd-utils-native should be added,
> but I have no idea where.

Builds for ben-nanonote was affected by this for me:
http://tinderbox.openembedded.net/packages/1355261/
http://tinderbox.openembedded.net/packages/1364452/

-- 
Yury Bushmelev



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_rootfs and mkfs.jffs2
  2010-12-18  7:41 ` Scott Garman
@ 2010-12-18  8:45   ` Frans Meulenbroeks
  2010-12-18  8:53     ` Graham Gower
  0 siblings, 1 reply; 5+ messages in thread
From: Frans Meulenbroeks @ 2010-12-18  8:45 UTC (permalink / raw)
  To: openembedded-devel

2010/12/18 Scott Garman <sgarman@zenlinux.com>:
> On 12/17/2010 02:08 PM, Frans Meulenbroeks wrote:
>>
>> I just tried to make a jffs2 image, but got an error that mkfs.jffs2
>> was not found.
>> Apparently somewhere a dependency to mtd-utils-native should be added,
>> but I have no idea where.
>
> In conf/bitbake.conf there is a line:
>
> IMAGE_DEPENDS_jffs2 = "mtd-utils-native"
>
> So one would think that would do the trick. Were you doing anything unusual
> to generate the jffs2 image (e.g, trying to override the default image type
> for your target)?

That line is here as well.
I did not do anything special. I was building james-image distro
minimal target sheevaplug
The only odd thing I noticed was that there was some mtd-utils output
in my recipes dir.
Maybe somewhere a build put stuff at the wrong place. Frankly no idea
how that could happen though (and didn't verify file times before I
nuked them.
We'll see if it reoccurs.

Frans.

PS: was about to press send, then Yuri mentionen a bitbake issue
causing output to end up at the wrong place.
Guess I've been bitten by that and the stamps tell that the package is
build but the exe is not there.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_rootfs and mkfs.jffs2
  2010-12-18  8:45   ` Frans Meulenbroeks
@ 2010-12-18  8:53     ` Graham Gower
  0 siblings, 0 replies; 5+ messages in thread
From: Graham Gower @ 2010-12-18  8:53 UTC (permalink / raw)
  To: openembedded-devel

On 18 December 2010 19:15, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> 2010/12/18 Scott Garman <sgarman@zenlinux.com>:
>> On 12/17/2010 02:08 PM, Frans Meulenbroeks wrote:
>>>
>>> I just tried to make a jffs2 image, but got an error that mkfs.jffs2
>>> was not found.
>>> Apparently somewhere a dependency to mtd-utils-native should be added,
>>> but I have no idea where.
>>
>> In conf/bitbake.conf there is a line:
>>
>> IMAGE_DEPENDS_jffs2 = "mtd-utils-native"
>>
>> So one would think that would do the trick. Were you doing anything unusual
>> to generate the jffs2 image (e.g, trying to override the default image type
>> for your target)?
>
> That line is here as well.
> I did not do anything special. I was building james-image distro
> minimal target sheevaplug
> The only odd thing I noticed was that there was some mtd-utils output
> in my recipes dir.
> Maybe somewhere a build put stuff at the wrong place. Frankly no idea
> how that could happen though (and didn't verify file times before I
> nuked them.
> We'll see if it reoccurs.
>
> Frans.
>
> PS: was about to press send, then Yuri mentionen a bitbake issue
> causing output to end up at the wrong place.
> Guess I've been bitten by that and the stamps tell that the package is
> build but the exe is not there.
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>

I guess you're running bitbake master, but not quite up to date. This
mtd-utils problem is a side effect of the PWD environment variable
being incorrectly set, which has now been fixed in bitbake master.

-Graham



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-18  8:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 22:08 do_rootfs and mkfs.jffs2 Frans Meulenbroeks
2010-12-18  7:41 ` Scott Garman
2010-12-18  8:45   ` Frans Meulenbroeks
2010-12-18  8:53     ` Graham Gower
2010-12-18  8:24 ` Yury Bushmelev

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.