Please let me ask a method for adding package on PC.
There are some filesystem image such as "tisdk-base-image-am335x-evm.tar.xz" in "ti-processor-sdk-linux-am335x-evm-07.03.00.005-Linux-x86-Install.bin".
Though developer may be able to add some packages by opkg command on the target board, are there any methods for adding package on the PC ( without using target board ) ?
For example, if I want to install gdb into tisdk-base-image-am335x-evm.tar.xz, can I copy gdb command and dynamic libraries which are linked from gdb in tisdk-default-image-am335x-evm.tar.xz to tisdk-base-image-am335x-evm.tar.xz ? Is this method appropriate ?