Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image_types_uboot missing? #31

Closed
feddischson opened this issue Aug 1, 2017 · 3 comments
Closed

image_types_uboot missing? #31

feddischson opened this issue Aug 1, 2017 · 3 comments

Comments

@feddischson
Copy link

Hi,

I am new to bitbake as well as to angstrom, but I tried the following ...

mkdir angstrom && cd angstrom
repo init -u git://github.com/Angstrom-distribution/angstrom-manifest
repo sync
MACHINE=cyclone5 . ./setup-environment
bitbake world

... and ended up with

ERROR: ParseError at /home/christian/Development/fpga/DE0/angstrom/layers/meta-linaro/meta-linaro/recipes-linaro/images/linaro-image-minimal-initramfs.bb:39: Could not inherit file classes/image_types_uboot.bbclass

Here is the config output:

Your build environemnt has been configured with:

    MACHINE=cyclone5
    SDKMACHINE=x86_64
    DISTRO=angstrom

You can now run 'bitbake <target>'

Some of common targets are:
    console-image
    systemd-gnome-image
    xfce-nm-image
    development-xfce-image
    development-gnome-image

Also bitbake console-image gives me the same error.

@kraj
Copy link
Member

kraj commented Aug 1, 2017

Hmm this class was merged into image bbclass via

OE-Core Commit

please remove inheriting it from

meta-linaro/recipes-linaro/images/linaro-image-minimal-initramfs.bb

this should be submitted to meta-linaro as well.

@feddischson
Copy link
Author

Seems to work (I submitted this also to OpenEmbedded@lists.linaro.org), but further problems can be observed.

Do you want me to create individual issues?

@kraj
Copy link
Member

kraj commented Aug 9, 2017

what more issues do you see ? if they are related to this then you can continue otherwise open a new ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants