-
Notifications
You must be signed in to change notification settings - Fork 7
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
deploy aarch64 artifacts to rootfs fails #14
Comments
Curious about this one as well...
I am getting this build error during
|
Was able to craft another hack that is maybe (?) little better than adding packages after rootfs generation. I don't totally understand what is going on here but... Create a .bbappend for
|
I am slightly confused, we deploy C# targeting aarch64 (imx8) daily. Your host build machine is x86_64 and you're targeting aarch64? |
Yup, my host build machine is x86_64 and I am targeting Edit:
|
I have an imx8 board laying around, I will see if I can get |
Hi Jeremy,
Your solution to compile a dotnet c# application from source with a bitbake recipe works very well. But working with
aarch64
and adding thedotnet-hello-world
application to the image, it fails because ofDNF
check during rootfs generation. This is also described here: Dependency for binary package. However this is not an issue withx86_64
.Ok, there is an "ugly" workaround hack for this, to add the recipe artifacts after rootfs generation to the rootfs, but actually i just wanted to call out if you have already dealed with this and if you know a better solution?
Your answer is very much appreciated.
The text was updated successfully, but these errors were encountered: