From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from SRV-MSX01.digitendos.local (host-80-81-19-29.customer.m-online.net [80.81.19.29]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3FA73E01765 for ; Fri, 25 Oct 2013 03:12:39 -0700 (PDT) Received: from [192.168.10.111] (192.168.10.111) by SRV-MSX01.digitendos.local (192.168.10.14) with Microsoft SMTP Server (TLS) id 14.2.347.0; Fri, 25 Oct 2013 12:12:37 +0200 Message-ID: <526A4413.2090801@digitalendoscopy.de> Date: Fri, 25 Oct 2013 12:12:35 +0200 From: Volker Vogelhuber User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: X-Originating-IP: [192.168.10.111] X-TM-AS-Product-Ver: SMEX-10.1.0.2244-7.000.1014-20242.004 X-TM-AS-Result: No--11.189200-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No Subject: State of dylan branch in meta-ti X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 10:12:43 -0000 X-Groupsio-MsgNum: 3593 Content-Type: multipart/mixed; boundary="------------090603090202060301020506" --------------090603090202060301020506 Content-Type: multipart/alternative; boundary="------------040207010405000600090205" --------------040207010405000600090205 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 8bit 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 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. --------------040207010405000600090205 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit 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 MEDICAL
Excellence in FocusTM

Tel:  +49(0)821-650566-18
v.vogelhuber@DigitalEndoscopy.de

Hoya Corporation - Pentax Medical Division
Digital Endoscopy GmbH
Paul-Lenz-Str. 5
86316 Friedberg - Germany

pentax
medical.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.

 

--------------040207010405000600090205-- --------------090603090202060301020506 Content-Type: text/x-patch; name="update-modules.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="update-modules.patch" Author: Volker Vogelhuber 2013-10-23 15:29:37 Committer: Volker Vogelhuber 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" --------------090603090202060301020506--