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

Revert commit 7447eb0a14bfcba44be5b0d53905f931078bb395 #62

Closed
gmacario opened this issue Feb 26, 2016 · 4 comments
Closed

Revert commit 7447eb0a14bfcba44be5b0d53905f931078bb395 #62

gmacario opened this issue Feb 26, 2016 · 4 comments
Milestone

Comments

@gmacario
Copy link
Owner

Once upstream bug graugans/meta-udoo#3 is fixed, update submodule meta-udoo and revert commit 7447eb0.

Run a scratch build "bitbake core-image-minimal" and verify that there is no regression.

See related issue #57

@graugans
Copy link

graugans commented Mar 6, 2016

Any suggestion how to fix this in a right way?

@gmacario
Copy link
Owner Author

gmacario commented Mar 6, 2016

Hi @graugans,

Unfortunately haven't investigated it in depth, but I think there should be a missing DEPENDS="m4-firmware" in core-image-minimal.bb or one of its depending packages

Maybe adding

MACHINE_EXTRA_DEPENDS += "m4-firmware"

in https://github.com/graugans/meta-udoo/blob/jethro/conf/machine/udooneo.conf should populate tmp/deploy/images/${MACHINE} with extra files m4clean.fw and m4startup.fw which are not present otherwise

@graugans
Copy link

graugans commented Mar 7, 2016

I will add m4-firmware to MACHINE_ESSENTIAL_EXTRA_RDEPENDS It is a bit too much because the m4 firmware is not essential for the boot process but in case of MACHINE_EXTRA_RDEPENDS but otherwise core-image-minimal will not contain m4-firmware because it does not contain packagegroup-base

@gmacario gmacario added this to the v2.0 milestone Apr 29, 2016
@RoydAmias
Copy link

This can be officially closed now that graugans/meta-udoo#3 is closed right?

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

No branches or pull requests

3 participants