-
Notifications
You must be signed in to change notification settings - Fork 10
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
ERROR: No recipes available for: ..../meta-updater-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend #79
Comments
It seems that my copying of code in to the message has triggered some formatting, the bold text is supposed to be comments preceded by a hashtag sign. |
Fixed by inserting the triple backticks. :)
(Updated after further investigation.) |
@patrickvacek actually we have introduced the libubootenv bbappend after a recent change on poky master: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=cfdaad287b8bfe6909acc0257d120c58abe8ae5e. @GWLindberg since you said you're using warrior layers, I think the mistake was to use the master branch of meta-updater-raspberrypi (maybe meta-updater as well?) and the fix is to switch to the corresponding master branches in our repos. |
I did a git clone from the [github.com/advancedtelematic/meta-updater.git] and [github.com/advancedtelematic/meta-updater-raspberrypi.git] repo’s to download the directories that I’m using. And my bblayers.conf has meta-raspberrypi and meta-openembedded/meta-python in it.
Is there a different repo I should be using or a different branch in the repo that I have? Or is there a different way to get the libubootenv tools?
Regards,
Greg
From: lbonn <notifications@github.com>
Sent: Tuesday, February 25, 2020 2:22 AM
To: advancedtelematic/meta-updater-raspberrypi <meta-updater-raspberrypi@noreply.github.com>
Cc: Greg Wilson-Lindberg <GWilson@sakuraus.com>; Mention <mention@noreply.github.com>
Subject: Re: [advancedtelematic/meta-updater-raspberrypi] ERROR: No recipes available for: ..../meta-updater-raspberrypi/recipes-bsp/u-boot/libubootenv_%.bbappend (#79)
@patrickvacek<https://github.com/patrickvacek> actually we have introduced the libubootenv bbappend after a recent change on poky master: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=cfdaad287b8bfe6909acc0257d120c58abe8ae5e.
@GWLindberg<https://github.com/GWLindberg> since you said you're using warrior layers, I think the mistake was to use the master branch of meta-updater-raspberrypi (maybe meta-updater as well?) and the fix is to switch to the corresponding master branches in our repos.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#79?email_source=notifications&email_token=AE7XRT34AHW2GOMLMNE3433RETWKZA5CNFSM4K2UIKZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM3MWJI#issuecomment-590793509>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE7XRT6N3XKNQVZRGOZIFLLRETWKZANCNFSM4K2UIKZA>.
|
The problem appears to simply be that you are using mismatched branches of your layers. It sounds like you may be trying to use the master branch of our repos. You should |
I'm trying to add support for ostree to out boot2qt yocto warrior build for raspberry pi4. I've added meta-updater & meta-updater-raspberrypi to the build and when I start bitbake I get the following error:
I've tried downloading the HereOtaConnect sample project but it doesn't have the libubootenv recipe.
I researched where libubootenv is from and it is part of the sbabic swupddate system. Does this mean that I need to install meta-swupdate to get the libuboot? Does libubootenv automatically disable the fw* utilities from uboot?
From our bblayers.conf:
From our local.conf:
Is there something else that I'm missing?
Regards,
Greg Wilson-Lindberg
The text was updated successfully, but these errors were encountered: