Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 841 Bytes

BusyBoxConfigUpdate.md

File metadata and controls

14 lines (13 loc) · 841 Bytes

Guide how to update the BusyBox default configuration file

  1. Chnage the BusyBox Configuration with menuconfig and save it
  2. The configuration file is written to a location as follows: ~/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/busybox/1.31.1-r0/busybox-1.31.1/
  3. Start the Yocto Project Environment script (~/poky)
  4. Create the busybox_% script file
    recipetool appendsrcfile -w /home/vm/poky/meta-intelfpga busybox ~/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/busybox/1.31.1-r0/busybox-1.31.1//rsyocto_default_busyBox_1.31.1.conf
    • Syntax
      recipetool appendsrcfile -w [dir to destination meta-layer to] [recipe] [File location to include]
      
    • A new script file will be created meta-intelfpga/recipes-core/busybox/busybox_%.bbappend