yocto build core-image-base in orange pi lite


 Share

0

Recommended Posts

I want to create an image file with yocto. There is no orangepilite in the link "https://github.com/linux-sunxi/meta-sunxi" .  I created an image file for orangepione. kernel did not stand up.

then I downloaded the metalayer in the link https://github.com/abradianu/meta-orangepi/

I made the following changes.

                                                      ../conf/local.conf/

MACHINE ??= "orangepi-lite"

                                                    ../conf/bblayers.conf

  /home/e2das//Desktop/yocto/poky/meta-orangepi \

 

then I ran the bitbake core-image-base

 

       ERROR: /home/e2das/Desktop/yocto/poky/meta/recipes-sato/images/core-image-sato.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sunxi-sdimg". Use do_image_<type>[depends] += "<recipe>:<task>" instead--:--

       ERROR: /home/e2das/Desktop/yocto/poky/meta/recipes-sato/images/core-image-sato-sdk.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sunxi-sdimg". Use do_image_<type>[depends] += "<recipe>:<task>" instead
        ERROR: /home/e2das/Desktop/yocto/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sunxi-sdimg". Use do_image_<type>[depends] += "<recipe>:<task>" instead
       ERROR: /home/e2das/Desktop/yocto/poky/meta/recipes-rt/images/core-image-rt.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sunxi-sdimg". Use do_image_<type>[depends] += "<recipe>:<task>" instead
      ERROR: /home/e2das/Desktop/yocto/poky/meta/recipes-rt/images/core-image-rt-sdk.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sunxi-sdimg". Use do_image_<type>[depends] += "<recipe>:<task>" instead
      ERROR: /home/e2das/Desktop/yocto/poky/meta/recipes-sato/images/core-image-sato-dev.bb: Deprecated variable(s) found: "IMAGE_DEPENDS_sunxi-sdimg". Use do_image_<type>[depends] += "<recipe>:<task>" instead
      ERROR: Failed to parse recipe: /home/e2das/Desktop/yocto/poky/meta/recipes-sato/images/core-image-sato-sdk.bb


what should I do.

 

 

 

Link to post
Share on other sites

Armbian is a community driven open source project. Do you like to contribute your code?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

0