From ab205d9308f3f869432d002412a0b11e28606696 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 4 Jan 2019 13:45:49 +0100 Subject: apalis/colibri-t20 -t30: drop machines These machines use an old Nvidia provided downstream kernel 3.1.10. They are no longer compatible with more recent sysroot components, e.g. libc, xserver et. al. The maintenance burden to keep the userspace components in their old version becomes simply too high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher --- recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb (limited to 'recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb') diff --git a/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb b/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb deleted file mode 100644 index 3e81a4e..0000000 --- a/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Scripts to enable the LVDS converter on Apalis T30" -LICENSE = "PD" - -SRC_URI = " \ - file://lvds-dual-channel.sh \ - file://lvds-single-channel.sh \ - file://lvds-single-channel-24bit-mode2.sh \ - file://COPYING \ -" - -LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd" - -do_install () { - install -d ${D}/${bindir} - install -m 0755 ${WORKDIR}/*.sh ${D}/${bindir} -} - -pkg_postinst_ontarget_${PN}() { - mkdir -p ${sysconfdir}/xdg/lxsession/LXDE - echo "${bindir}/lvds-single-channel-24bit-mode2.sh" >> ${sysconfdir}/xdg/lxsession/LXDE/autostart -} - -pkg_postrm_${PN}() { - sed -i lvds-single-channel-24bit-mode2.sh/d ${sysconfdir}/xdg/lxsession/LXDE/autostart || true -} -- cgit v1.2.3