From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WlBtX-0004eD-PJ for ptxdist@pengutronix.de; Fri, 16 May 2014 08:45:46 +0200 Received: by mail-ee0-f46.google.com with SMTP id t10so1172135eei.5 for ; Thu, 15 May 2014 23:45:27 -0700 (PDT) Received: from omega (p20030064A92A8B35E2CB4EFFFE1BB546.dip0.t-ipconnect.de. [2003:64:a92a:8b35:e2cb:4eff:fe1b:b546]) by mx.google.com with ESMTPSA id f3sm17756480eep.40.2014.05.15.23.45.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 May 2014 23:45:25 -0700 (PDT) Date: Fri, 16 May 2014 08:45:19 +0200 From: Alexander Aring Message-ID: <20140516064516.GA25124@omega> References: <1400145009-4662-1-git-send-email-t.gamez@phytec.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1400145009-4662-1-git-send-email-t.gamez@phytec.de> Subject: Re: [ptxdist] [PATCH v2 1/2] dtc: Seperate path and filename of dts Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de I detected a new issue with this patch. First: Before it was possible to have something like: PTXCONF_DTC_OFTREE_DTS="/bar/foo/foobar.dts /foo/bar/barfoo.dts" These files have a different basename. With your patch the basename must be one unique basename. I mean okay, we could drop this and force the ptxdist users that all dts files need to be under one location. or we make a for-each to search all directories of DTS_PATH, then we could configure something like that: DTC_OFTREE_DTS_PATHS="/bar/foo /foo/bar" DTC_OFTREE_DTS="foobar.dts barfoo.dts" Second: We should write some migrate sed pattern for "scripts/migrate/migrate_ptx". I think this becomes a little bit complicated, if you like I can try to help you there. ;) - Alex -- ptxdist mailing list ptxdist@pengutronix.de