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

Replacing the Linux logo kernel_conf_variable not found #14

Open
O2SHEN opened this issue Dec 5, 2022 · 2 comments
Open

Replacing the Linux logo kernel_conf_variable not found #14

O2SHEN opened this issue Dec 5, 2022 · 2 comments
Assignees

Comments

@O2SHEN
Copy link

O2SHEN commented Dec 5, 2022

Hello,

I have bellow issue when replacing the Linux logo follow instruction https://variwiki.com/index.php?title=Yocto_Linux_logo:
var-fsl-yocto/build_xwayland/tmp/work/imx8mp_var_dart-fslc-linux/linux-variscite/5.15.60+gitAUTOINC+45f7993209-r0/temp/run.do_configure.5106: kernel_conf_variable: not found

It looks like the kernel_conf_variable function invar-fsl-yocto/sources/meta-openembedded/meta-oe/recipes-kernel/linux/linux.inc is missing.

dev machine:ubuntu 18.04
source code branch: kirkstone (latest)

@varigigi
Copy link
Contributor

varigigi commented Dec 7, 2022

Hi @O2SHEN,
according the manifest, you should get the following code
https://github.com/openembedded/meta-openembedded/blob/kirkstone/meta-oe/recipes-kernel/linux/linux.inc#L27-L35
Please ensure you are picking the right version of meta-openembedded layer.
Thanks
Best Regards
Pier

@O2SHEN
Copy link
Author

O2SHEN commented Dec 8, 2022

Hi @varigigi .

Thanks for your quick response.
As you point out, I checked the lastest manifest https://github.com/varigit/variscite-bsp-platform/blob/kirkstone/kirkstone-5.15.xml, and it shows that the version of meta-openembedded layer it used is 744a4b6eda88b9a9ca1cf0df6e18be384d9054e3 of branch kirkstone. And these lines you specified is there, but the weird thing is it keep reported "kernel_conf_variable: not found". At last I copy those lines into my do_install function and it works for me now!

Thank you so much
Sam

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

No branches or pull requests

2 participants