Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

bitbake-layers show-recipes
 
bitbake -s

Apply

...

Patch and Build

...

Component


1) Add the below line to the recipe of the component you need to modify.

...

        eg: SRC_URI += "file://temp.patch" in  meta-rdk-video/recipes-extended/devicesettings/devicesettings_git.bb          

                 

2) Create a folder named "files" in the same folder of recipe. 

eg: In meta-rdk-video/recipes-extended/devicesettings/


3) Create a blank file with the same name given in the recipe.

...

4) bitbake <recipe> -c devshell

         eg: bitbake tdk devicesettings -c devshell 


5) Do "quilt top" and verify if the patch file is reflected there. 

...

         eg: cp patches/temp.patch ~/.../meta-rdk-video/recipes-extended/tdkdevicesettings/files/testtemp.patch

 

11) exit

 

12) Do a clean and then build.

bitbake -ccleanall tdkccleanall devicesettings bitbake tdk

bitbake devicesettings