Part Number: BEAGLEBK
Tool/software: Linux
Hi,
I thought this would be trivial but it is not quite...
I was trying to copy a few customized scripts to the root file system under /usr. I tried two options but both had some problems:
1. Installing the scripts in the initscripts_%.bbappend. This causes conflicts with other recipes that installs files in /usr.
2. Installing the scripts in ROOTFS_POSTPROCESS_COMMAND in the my image recipe that includes the core-image-minimal. I got some license checksum problem by doing this:
...
ERROR: my-image-1.0-r0 do_populate_lic: QA Issue: my-image: Recipe file fetches files and does not have license file information (LIC_FILES_CHKSUM)
...
Question:
Where is the proper place to add my own scripts in the root file system and how do I add them?
Thank you for your help!