[oe] [PATCH] beagleboard-test-image: added ramdisk

Paul Menzel paulepanter at users.sourceforge.net
Wed Aug 4 08:18:03 UTC 2010


Am Dienstag, den 03.08.2010, 23:44 -0500 schrieb Jason Kridner:
> Simply adding 'ext2.gz' to the IMAGE_FSTYPES to produce a default sized
> ramdisk image whenever this image is built.
> ---
>  recipes/images/beagleboard-test-image.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/images/beagleboard-test-image.bb b/recipes/images/beagleboard-test-image.bb
> index 0ea323a..f4d736d 100644
> --- a/recipes/images/beagleboard-test-image.bb
> +++ b/recipes/images/beagleboard-test-image.bb
> @@ -22,4 +22,5 @@ IMAGE_INSTALL += " \
>  
>  export IMAGE_BASENAME = "beagleboard-test-image"
>  
> -EXTRA_IMAGEDEPENDS += "x-load u-boot virtual/kernel"
> +EXTRA_IMAGEDEPENDS += " x-load u-boot virtual/kernel"

Not needed [1].

        You can append values to existing variables using the +=
        operator. Note that this operator will add a space between the
        existing content of the variable and the new content.

(It should have been a separate patch anyway.)

> +IMAGE_FSTYPES += " ext2.gz"


Thanks,

Paul


[1] http://docs.openembedded.org/usermanual/usermanual.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20100804/c56ebde2/attachment-0002.sig>


More information about the Openembedded-devel mailing list