From c7fae0de5cae3b4bcf741d168101c06d5bdb8a8f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Apr 2019 11:27:19 +0200 Subject: colibri-vf: drop machine We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher --- .../recipes-lxqt/lxqt-themes/lxqt-themes_%.bbappend | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'meta-qt5-extra') diff --git a/meta-qt5-extra/recipes-lxqt/lxqt-themes/lxqt-themes_%.bbappend b/meta-qt5-extra/recipes-lxqt/lxqt-themes/lxqt-themes_%.bbappend index 784b958..7d83958 100644 --- a/meta-qt5-extra/recipes-lxqt/lxqt-themes/lxqt-themes_%.bbappend +++ b/meta-qt5-extra/recipes-lxqt/lxqt-themes/lxqt-themes_%.bbappend @@ -29,11 +29,6 @@ SRC_URI_append_mx7 += " \ file://Wallpaper_ColibriiMX7D.png \ file://Wallpaper_ColibriiMX7S.png \ " -# for colibri-vf50, colibri-vf61 we decide on the target during postinst -SRC_URI_append_vf += " \ - file://Wallpaper_ColibriVF50.png \ - file://Wallpaper_ColibriVF61.png \ -" do_install_append () { install -m 0755 -d ${D}/${datadir}/lxqt/themes/toradex @@ -41,18 +36,6 @@ do_install_append () { ln -sf ${WALLPAPER-MACHINE} ${D}/${datadir}/lxqt/themes/toradex/toradex.png } -pkg_postinst_ontarget_${PN}_vf () { - IS_VF50=`grep -c VF50 /proc/cpuinfo` - IS_VF50_DTB=`grep -c toradex,vf500-colibri_vf50 /proc/device-tree/compatible` - IS_VF61=`grep -c VF61 /proc/cpuinfo` - IS_VF61_DTB=`grep -c toradex,vf610-colibri_vf61 /proc/device-tree/compatible` - if [ $IS_VF50 -gt 0 ] || [ $IS_VF50_DTB -gt 0 ]; then - ln -sf Wallpaper_ColibriVF50.png ${datadir}/lxqt/themes/toradex/toradex.png - elif [ $IS_VF61 -gt 0 ] || [ $IS_VF61_DTB -gt 0 ]; then - ln -sf Wallpaper_ColibriVF61.png ${datadir}/lxqt/themes/toradex/toradex.png - fi -} - pkg_postinst_ontarget_${PN}_mx6 () { SOC_TYPE=`cat /sys/bus/soc/devices/soc0/soc_id` CORES=`grep -c processor /proc/cpuinfo` -- cgit v1.2.3