All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] Remove deprecated update-modules from recipes
@ 2014-06-13 22:34 Ash Charles
  2014-06-13 22:34 ` [PATCH 2/6] Set ${TOOLCHAIN_PATH} used by some recipes Ash Charles
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ash Charles @ 2014-06-13 22:34 UTC (permalink / raw)
  To: meta-ti; +Cc: Scott Ellis

From: Scott Ellis <scott@jumpnowtek.com>

---
 recipes-ti/dsplink/ti-dsplink.inc                        | 16 ----------------
 .../local-power-manager/ti-local-power-manager.inc       | 13 -------------
 recipes-ti/syslink/ti-syslink.inc                        | 16 ----------------
 3 files changed, 45 deletions(-)

diff --git a/recipes-ti/dsplink/ti-dsplink.inc b/recipes-ti/dsplink/ti-dsplink.inc
index ce7cbf9..fa1c9dd 100644
--- a/recipes-ti/dsplink/ti-dsplink.inc
+++ b/recipes-ti/dsplink/ti-dsplink.inc
@@ -187,22 +187,6 @@ do_install () {
 
 PACKAGES =+ "ti-dsplink-module"
 FILES_ti-dsplink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko" 
-RDEPENDS_ti-dsplink-module += "update-modules"
-
-pkg_postinst_ti-dsplink-module () {
-#!/bin/sh
-if [ -n "$D" ]; then
-	exit 1
-fi
-
-depmod -a
-update-modules || true
-}
-
-pkg_postrm_ti-dsplink-module () {
-#!/bin/sh
-update-modules || true
-}
 
 PACKAGES += "ti-dsplink-examples"
 RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module"
diff --git a/recipes-ti/local-power-manager/ti-local-power-manager.inc b/recipes-ti/local-power-manager/ti-local-power-manager.inc
index 9155c76..2f2b525 100644
--- a/recipes-ti/local-power-manager/ti-local-power-manager.inc
+++ b/recipes-ti/local-power-manager/ti-local-power-manager.inc
@@ -113,19 +113,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 PACKAGES += "ti-lpm-module"
 FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko"
 RDEPENDS_ti-lpm-module += "ti-dsplink-module"
-RDEPENDS_ti-lpm-module += "update-modules"
-
-pkg_postinst_ti-lpm-module_append () {
-        if [ -n "$D" ]; then
-                exit 1
-        fi
-        depmod -a
-        update-modules || true
-}
-
-pkg_postrm_ti-lpm-module_append () {
-        update-modules || true
-}
 
 PACKAGES += "ti-lpm-utils"
 RDEPENDS_ti-lpm-utils += "ti-lpm-module"
diff --git a/recipes-ti/syslink/ti-syslink.inc b/recipes-ti/syslink/ti-syslink.inc
index 70289d4..af5f896 100644
--- a/recipes-ti/syslink/ti-syslink.inc
+++ b/recipes-ti/syslink/ti-syslink.inc
@@ -216,22 +216,6 @@ do_install () {
 
 PACKAGES =+ "ti-syslink-module"
 FILES_ti-syslink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/syslink.ko" 
-RDEPENDS_ti-syslink-module += "update-modules"
-
-pkg_postinst_ti-syslink-module () {
-#!/bin/sh
-if [ -n "$D" ]; then
-	exit 1
-fi
-
-depmod -a
-update-modules || true
-}
-
-pkg_postrm_ti-syslink-module () {
-#!/bin/sh
-update-modules || true
-}
 
 PACKAGES =+ "ti-syslink-examples"
 RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module"
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-06-27 19:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 22:34 [PATCH 1/6] Remove deprecated update-modules from recipes Ash Charles
2014-06-13 22:34 ` [PATCH 2/6] Set ${TOOLCHAIN_PATH} used by some recipes Ash Charles
2014-06-23 22:05   ` Denys Dmytriyenko
2014-06-23 22:30     ` Ash Charles
2014-06-23 22:33       ` Denys Dmytriyenko
2014-06-23 23:02         ` Ash Charles
2014-06-27 19:03           ` [Patch v2] Conditionally set " Ash Charles
2014-06-13 22:34 ` [PATCH 3/6] gstreamer-ti: Break packages into dev and staticdev Ash Charles
2014-06-13 22:34 ` [PATCH 4/6] gstreamer-ti: Revert to build in place ${B} = ${S} Ash Charles
2014-06-13 22:34 ` [PATCH 5/6] Use INSANE_SKIP_${PN} = "installed-vs-shipped" Ash Charles
2014-06-13 22:34 ` [PATCH 6/6] ti-dmai: Allow do_prepsources to run release.sh Ash Charles

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.