We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
@ghalib210 is this issue still pertinent ?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: