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

Failing Extensible SDK build for RISCV #225

Open
ghalib210 opened this issue Jun 2, 2020 · 2 comments
Open

Failing Extensible SDK build for RISCV #225

ghalib210 opened this issue Jun 2, 2020 · 2 comments
Labels
question Further information is requested

Comments

@ghalib210
Copy link

Hello,
I have build an Riscv Extensible SDK yocto project, with help of following step's.

cd $(PWD)/ &&
git clone git://git.openembedded.org/openembedded-core
cd $(PWD)/openembedded-core && \
git clone git://git.openembedded.org/bitbake && \
git clone git://github.com/riscv/meta-riscv
source oe-init-build-env riscv-build/
bitbake-layers add-layer ../meta-riscv
vim conf/local.conf
Added MACHINE = "qemuriscv64"
bitbake core-image-minimal
bitbake core-image-minimal -c populate_sdk
cd tmp-glibc/deploy/sdk
./oecore-x86_64-riscv64-toolchain-ext-nodistro.0.sh

Here I got an sstate cache Error, as follows in the attachment.
e-sdk-build.log

ERROR: Task (/home/khan/khan/sdk-with-meta-riscv/openembedded-core/riscv-build/tmp-glibc/deploy/sdk/e-sdk/layers/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_fetch) failed with exit code 'setscene whitelist'

Can anyone help me to build an Extensible SDK with openembedded-core & meta-riscv.

Thanks & Regards,
Ghalib khan.

@kraj
Copy link
Collaborator

kraj commented Jun 2, 2020

@ghalib210 I think you should use uninative for SDK to work reliably on different hosts.

add

https://github.com/YoeDistro/meta-yoe/blob/master/conf/distro/yoe.inc#L94
https://github.com/YoeDistro/meta-yoe/blob/master/conf/distro/yoe.inc#L97

to your local.conf.

Even better if you use yoe distro then its already taken care.

@kraj kraj added the question Further information is requested label Jun 11, 2020
@kraj
Copy link
Collaborator

kraj commented Jun 2, 2021

@ghalib210 is this issue still pertinent ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants