Skip to content
Advertisement

Tag: recipe

Trying to add new layer to my build, can anyone sort out the problem?

~/rdk/build-raspberrypi-rdk-hybrid$ bitbake-layers add-layer meta-new Specified layer directory doesn’t exist its continuously showing this error, I don’t understand the reason, since it showed directory doesn’t exist i tried to create a directory of same name as the above mentioned layer, still its showing same error. Please help I am new to Custom Linux. Answer If you want to add a new

Install Azure CLI on VM using Chef

I am currently writing a script(recipe) with Chef that executes on an Azure (Linux) virtual machine. For my purposes I need to install Azure CLI on that VM. I followed these steps from the documentation. Unfortunately, I get the error that I can’t use “sudo”, and if I remove “sudo” it can’t find “azure-cli”. That part of the recipe looks

Yocto Custom Image Recipe does not install a file into the final rootfs

I have written a custom Yocto Bitbake Recipe that I have pasted below. I do a certain ROOTFS_POSTPROCESS_COMMAND as shown below as part of my complete image build that includes this recipe. Currently, the image is during the image do_rootfs step because the TIInit_11.8.32-115200_no_dsm-TI_P2.136.bts file is missing from the rootfs directory. Here is the recipe: After the image build fails,

Library installation with yocto recipe

have a bit of a problem creating a recipe for yocto. More specifically i have to install a library from git that normally installs like this: My question is how can I add this to the recipe functions do_configure, do_compile, do_install. Haven’t found much information or examples online. Update 1: This is the library that i want to integrate into

Advertisement