-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to use this in recipe #47
Comments
You should/could execute the
This should work without further config like |
Hi @maulik9898, don’t forget to add to `RDEPENDS:${PN}ˋ openjdk-xx-jre, where xx is java version to embed in your target for running your app. |
I want to use this layer in my recipe which compile java using gradlew. currently its bitbake gives error saying JAVA_HOME is not definde or no java present.
The text was updated successfully, but these errors were encountered: