summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-05 09:40:48 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-01 11:52:32 +0200
commit762046a8e1ade500428273168fd877981192dea0 (patch)
tree7eaa68aa3d5c86e261ff194fa9242a5aac05e8e6 /recipes-support
parent4f3ed27b824ea060a17f71e630830d0f0a3081f8 (diff)
libsoc_0.8.2: finish move to pkg_postinst_ontarget
Remove the leftover from the old way of specifying postinst() which needs execution on target. Completes commit 6f2590ec6085 ("pkg_postinst: move to the ontarget syntax"). Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 54e7ade0bcc771ebb85dbd915f0ad8f658a5b0a2)
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libsoc/libsoc_0.8.2.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-support/libsoc/libsoc_0.8.2.bbappend b/recipes-support/libsoc/libsoc_0.8.2.bbappend
index 94c775c..1f17c94 100644
--- a/recipes-support/libsoc/libsoc_0.8.2.bbappend
+++ b/recipes-support/libsoc/libsoc_0.8.2.bbappend
@@ -17,17 +17,12 @@ BOARD_colibri-imx7-emmc = "colibri-imx7-emmc"
PACKAGECONFIG_apalis-imx6 = "allboardconfigs enableboardconfig python"
PACKAGECONFIG_apalis-tk1 = "allboardconfigs enableboardconfig python"
-PACKAGECONFIG_apalis-tk1_mainline = "allboardconfigs enableboardconfig python"
PACKAGECONFIG_colibri-imx6 = "allboardconfigs enableboardconfig python"
PACKAGECONFIG_colibri-imx6ull = "allboardconfigs enableboardconfig python"
PACKAGECONFIG_colibri-imx7 = "allboardconfigs enableboardconfig python"
PACKAGECONFIG_colibri-imx7-emmc = "allboardconfigs enableboardconfig python"
pkg_postinst_ontarget_${PN}_colibri-imx6ull () {
- # can't do this offline
- if [ "x$D" != "x" ]; then
- exit 1
- fi
IS_WIFI_DTB=`grep -c toradex,colibri_imx6ull-wifi /proc/device-tree/compatible`
if [ $IS_WIFI_DTB -gt 0 ]; then
mv -f ${datadir}/libsoc/colibri-imx6ull.conf ${datadir}/libsoc/colibri-imx6ull.conf.bak