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-05-28 15:53:09 +0200
commit54e7ade0bcc771ebb85dbd915f0ad8f658a5b0a2 (patch)
tree2d0fc08fbd62cb41eb8bc4237fe97c7f963e4f16 /recipes-support
parentbd9bbe90a379468c60f689c99c3940bfb4a4181d (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>
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