[oe] [oe-commits] org.oe.dev nylon images: added support for experimental mtx-3a machine

Richard Purdie rpurdie at rpsys.net
Wed Apr 18 21:28:05 UTC 2007


On Wed, 2007-04-18 at 23:06 +0200, MartinDietze commit wrote:
> nylon images: added support for experimental mtx-3a machine
> 
> Author: MartinDietze at openembedded.org
> Branch: org.openembedded.dev
> Revision: 3036f05f449df8719f3d3581c29195dc5c2e09d1
> ViewMTN: http://monotone.openembedded.org/revision.psp?id=3036f05f449df8719f3d3581c29195dc5c2e09d1
> Files:
> 1
> packages/images/nylon-image-base.bb
> packages/images/nylon-image-standard.bb
> Diffs:

> --- packages/images/nylon-image-base.bb	1255705fdb6fd798f6d00869aa56dc09c6dc98c5
> +++ packages/images/nylon-image-base.bb	901d2b38da9398bc61d942764277e48032ff0d29
> @@ -1,15 +1,15 @@
> -inherit image
> -inherit nylon-image
> -LICENSE = "MIT"
> +inherit image_ipk 
> +inherit nylon_image
> +LICENSE = MIT


This breaks things since it is image.bbclass and nylon-image.bbclass
in .dev and you've removed quoting on LICENSE breaking the new bitbake
parser :-(

Richard







More information about the Openembedded-devel mailing list