Hi Ada Ma
I think in newer versions for yocto, syntax may be changed. You can try
IMAGE_INSTALL:append instead of IMAGE_INSTALL_append
for more information for syntax please see your yocto version. i mean Honister , Hardknott , Gatesgarth , Dunfell , Zeus or else
if you dont know how to see, use below
vim $POKY-DIR/meta-poky/conf/distro/poky.conf
You will get info like:
DISTRO = "poky"
DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
DISTRO_VERSION = "2.7.2"
DISTRO_CODENAME = "warrior"
SDK_VENDOR = "-pokysdk"
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
.....
.....
and then search in yocto project reference manual of that version. you can find proper syntax
Regards ,
Tushar