-
Notifications
You must be signed in to change notification settings - Fork 57
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
bitbake core-image-minimal gives me an error on 5.8 #217
Comments
from your logs it seems that its building 5.8 kernel not 5.4 so you might have to set PREFERRED_VERSION |
I am using kraj/meta-altera recepie from
https://github.com/kraj/meta-altera/blob/master/recipes-kernel/linux/linux-altera_5.8.bb
On Friday, December 18, 2020, 9:00:50 PM PST, Khem Raj <[email protected]> wrote:
from your logs it seems that its building 5.8 kernel not 5.4 so you might have to set PREFERRED_VERSION
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
The recepie pull this source
https://github.com/altera-opensource/linux-socfpga/tree/socfpga-5.8
|
I do have the same problem:
This is my build configuration on Ubuntu 20.04.2 LTS:
I had to update the linux-altera recipe to linux-altera_5.8 since the previous Linux branches from linux-socfpga have been deleted (deprecated). For now, I'm using linux-altera-lts version 5.4.104, which compiles successfully. You can add the following to your
|
Can you cook a patch and propose here? |
Hi @kraj, actually I was able to successfully compile linux-altera_5.8 after upgrading poky and open-embedded layers to dunfell. It must be something incompatible with zeus that caused the issue. This is my upgraded build configuration on Ubuntu 20.04.2 LTS:
|
I was following the https://rocketboards.org/foswiki/Documentation/BuildingYoctoOrAngstromForSoCFPGA
I pulled the 5.8
bitbake core-image-minimal gives me an error
DEBUG: Executing shell function do_shared_workdir
cp: cannot stat ‘Module.symvers’: No such file or directory
WARNING: /home/jojan.vazhaeparampil/workspace/distro/build/tmp/work/cyclone5-poky-linux-gnueabi/linux-altera/5.8+gitAUTOINC+eb446787ab-r0/temp/run.do_shared_workdir.21040:1 exit 1 from 'cp Module.symvers $kerneldir/'
ERROR: Function failed: do_shared_workdir (log file is located at /home/jojan.vazhaeparampil/workspace/distro/build/tmp/work/cyclone5-poky-linux-gnueabi/linux-altera/5.8+gitAUTOINC+eb446787ab-r0/temp/log.do_shared_workdir.21040)
The text was updated successfully, but these errors were encountered: