To prepare a component I execute the following commands:
export MACHINE_NAME=dr1000sMake/copy cycles look as follows:
autoreconf --install
intltoolize
./configure --host=arm-poky-linux-gnueabi --sysconfdir=/etc --prefix=/usr
make install-strip DESTDIR=~/Development/4.0/Install/I included copy-examples for sysd, popupmenu and ctb.
scp ../../Install/usr/bin/sysd root@qemu:/media/mmcblk0p1/Programs/_mackxpatch/bin/
scp ../../Install/usr/bin/popupmenu root@qemu:/media/mmcblk0p1/Programs/_mackxpatch/bin/
scp ../../Install/usr/bin/ctb root@qemu:/media/mmcblk0p1/Programs/_mackxpatch/bin/
I copy them first to some location in the qemu and from there to the final location /usr/bin, since direct copying is not possible, so execute the following:
ssh qemuto log-in to the emulator and then:
cp /media/mmcblk0p1/Programs/_mackxpatch/bin/popupmenu /usr/bin/to copy the binaries to the final position.
cp /media/mmcblk0p1/Programs/_mackxpatch/bin/sysd /usr/bin/
cp /media/mmcblk0p1/Programs/_mackxpatch/bin/ctb /usr/bin/
Other changed data generated during the build can be copied directly:
scp ../../Install/usr/share/ctb/settings/global.db root@qemu:/usr/share/ctb/settings/
scp ../../Install/usr/share/ctb/settings/lastapps.desktop root@qemu:/usr/share/ctb/settings/