From: Volker Vogelhuber <v.vogelhuber@digitalendoscopy.de>
To: <meta-ti@yoctoproject.org>
Subject: State of dylan branch in meta-ti
Date: Fri, 25 Oct 2013 12:12:35 +0200 [thread overview]
Message-ID: <526A4413.2090801@digitalendoscopy.de> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1635 bytes --]
I just checked out the dylan branch of the yocto core and the meta-ti
repository.
It seems like the state of the meta-ti branch is not yet consistent to
work out of the box.
I currently had to remove the update-modules part from the ti recipes
and had to add
RPROVIDES_${PN} += "kernel-module-dsplinkk" to the ti-dsplink.inc
Did I miss something or the dylan branch just not yet in a consistent state?
Regards,
Volker
--
*Volker Vogelhuber*| Softwareentwickler
*PENTAX**MEDICA**L
*/Excellence in Focus//^TM /
Tel: +49(0)821-650566-18
v.vogelhuber@DigitalEndoscopy.de <mailto:v.vogelhuber@DigitalEndoscopy.de>
Hoya Corporation - Pentax Medical Division
*Digital**Endoscopy GmbH*
Paul-Lenz-Str. 5
86316 Friedberg - Germany
pentaxmedical.com
Handelsregister HRB 27226
Amtsgericht Augsburg
Geschäftsführer: Michael Drexel, Marc Henzler
Sitz: Paul-Lenz-Str. 5, 86316 Friedberg, Germany
_____________________________________
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
[-- Attachment #1.2: Type: text/html, Size: 6173 bytes --]
[-- Attachment #2: update-modules.patch --]
[-- Type: text/x-patch, Size: 1819 bytes --]
Author: Volker Vogelhuber <v.vogelhuber@digitalendoscopy.de> 2013-10-23 15:29:37
Committer: Volker Vogelhuber <v.vogelhuber@digitalendoscopy.de> 2013-10-23 15:29:37
Parent: f61008a20340373247ebfd8f381e377b21f11afe (linux-ti-staging: update to 3.12-rc5 and latest merges of feature trees)
Child: 2d25a3c6b181894c57d71c3a132a39ef9ed89374 (Merge)
Branch: dylan
Follows: v2012.05-yocto1.2
Precedes:
- remove update-modules as it has been removed from yocto
---------------------- recipes-ti/dsplink/ti-dsplink.inc ----------------------
index ce7cbf9..fa1c9dd 100644
@@ -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"
---------- recipes-ti/local-power-manager/ti-local-power-manager.inc ----------
index 9155c76..2f2b525 100644
@@ -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"
next reply other threads:[~2013-10-25 10:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-25 10:12 Volker Vogelhuber [this message]
2013-10-25 10:30 ` State of dylan branch in meta-ti Denys Dmytriyenko
2013-10-25 10:54 ` Volker Vogelhuber
2013-10-25 10:58 ` Dmytriyenko, Denys
2013-10-25 11:08 ` Volker Vogelhuber
2013-10-25 11:11 ` Dmytriyenko, Denys
2013-10-25 11:14 ` Dmytriyenko, Denys
2013-10-25 11:20 ` Volker Vogelhuber
2013-10-25 11:27 ` Dmytriyenko, Denys
2013-10-25 11:35 ` Volker Vogelhuber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=526A4413.2090801@digitalendoscopy.de \
--to=v.vogelhuber@digitalendoscopy.de \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.