1*4882a593SmuzhiyunLICENSE_FLAGS_ACCEPTED = "commercial" 2*4882a593SmuzhiyunIMAGE_INSTALL:append = " faad2 mpg123" 3*4882a593SmuzhiyunPACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms faad" 4*4882a593SmuzhiyunPACKAGECONFIG:remove:pn-gstreamer1.0-plugins-good = "qt5" 5*4882a593SmuzhiyunIMAGE_INSTALL:append = " gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gstreamer1.0-rockchip" 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunIMAGE_INSTALL:append = "${@' rockchip-rkisp-server rockchip-rkisp-iqfiles' if d.getVar('RK_ISP_VERSION') == '1' else ''}" 8*4882a593SmuzhiyunIMAGE_INSTALL:append = "${@oe.utils.version_less_or_equal('RK_ISP_VERSION', '1', '', ' rockchip-rkaiq-server rockchip-rkaiq-iqfiles', d)}" 9