Thanks Bryan,
I tried “bitbake bluez4” and it did complained about the MD5sum and SHA256sum. Then I updated them and the build succeeded.
Then, I scp the .ipk file onto the device and use the following to install:
“opkg install bluez4_4.84-r8.0.10_armv5te.ipk”
and then it complained:
“update-rc.d: /etc/init.d/bluetooth: file does not exist”
where can I found this file?
Thanks.
by the way, my model is MTCDP-H5-GP. Thanks.
I also tried “bitbake bluez4_4.84.bb” (bluez4_4.84.bb can be found at “corecdp-2.2.2/openembedded/recipes/bluez/”). But I got basically same errors.