From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57856 invoked by alias); 3 Jan 2019 03:11:57 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 57845 invoked by uid 89); 3 Jan 2019 03:11:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=laptop, downloads, maintainer, dear X-HELO: sonic309-25.consmr.mail.ne1.yahoo.com Received: from sonic309-25.consmr.mail.ne1.yahoo.com (HELO sonic309-25.consmr.mail.ne1.yahoo.com) (66.163.184.151) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Jan 2019 03:11:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1546485114; bh=Cs84iDsi8ERpiV/5J88apa9BQm3+uHziOBWA5DGSUoI=; h=Subject:To:References:From:Date:In-Reply-To:From:Subject; b=eCM7zkRD1gCo70vE+DjTZIOy5psFfKFB/AhZOAlrrJ1jhtovuQtrSfcbKbAFihEAY5y1fZO2Ty5RDGJNcLpbS+3hjfdu7GA8FUwe8zgBR2xNXg30N3HtLLUq6IwWuyfaORKUR4r96gAtAwZkXrdhDHf+1rYaNRD7IKEofsi4fkc= Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.ne1.yahoo.com with HTTP; Thu, 3 Jan 2019 03:11:54 +0000 Received: from 216.100.252.242 (EHLO [172.17.3.32]) ([216.100.252.242]) by smtp408.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 679d682edd86ea0e3d37808d09422776 for ; Thu, 03 Jan 2019 03:11:49 +0000 (UTC) Subject: Re: addToolVersion.sh To: crossgcc@sourceware.org References: From: Alexey Neyman Message-ID: Date: Thu, 03 Jan 2019 03:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00005.txt.bz2 That section in the docs (which mentions addToolVersion.sh) is outdated and needs to be updated. Please file an issue; my laptop broke so I am without a machine where I can do ct-ng development at this time. I am not sure where you found a reference to gen-version.sh; I couldn't find any in current crosstool-NG, nor in its docs. The current procedure to add a new version of a component is to: 1. Copy/create a directory for a new version under packages/PACKAGE-NAME/ 2. Verify the package signature, update the checksums for all downloads, check if the patches apply (and if necessary, update the patches). All that is done by running maintainer/manage-packages.sh script; run it without arguments to get some help. Regards, Alexey. On 1/2/19 4:00 AM, Frans de Boer wrote: > Dear Reader, > > I am using the git version of crosstool-NG and want to add a new > kernel. However, the above mentioned tool as well as the potential > replacement gen-versions.sh are nowhere to be found. > > I can add things manually in linux.in and in the new chksum file, but > that seems a bit awkward knowing that there have been (a) tool(s) for > this purpose. > > Suggestion? > > Regards, Frans. > >