Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. So, I'm trying to include a custom u-boot and kernel into my layer.
  3.  
  4. What i have: My supplier probably did something like this:
  5. $bitbake -c unpack virtual/bootloader
  6. copied that entire folder to supplier_uboot and added some new files for their board, made a script that creates u-boot_customboard.imx
  7.  
  8. My question:
  9. What do i need to do, in order to use that specific folder and make sure it creates that custom u-boot?
  10.  
  11. My two ideas so far:
  12. a: create recipes-bsp/u-boot and recipes-kernel in my own meta-layer and just use the dts files and u-boot_customboard.imx with a new MACHINE
  13.  
  14. b: Create a git repo with suppliers changes and create recipes that uses that, but then again, how do i create an u-boot recipe that uses custom settings?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement