From owner-freebsd-arm@freebsd.org Thu Oct 26 22:51:37 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03443E54BF3 for ; Thu, 26 Oct 2017 22:51:37 +0000 (UTC) (envelope-from carlj@peak.org) Received: from filter06.peak.org (filter06.peak.org [69.59.194.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD7E86CAFB for ; Thu, 26 Oct 2017 22:51:36 +0000 (UTC) (envelope-from carlj@peak.org) Received: from zmail-mta02.peak.org ([207.55.16.112]) by filter06.peak.org ({0c47b2c3-829a-4f18-b445-de68be8d048d}) via TCP (outbound) with ESMTPS id 20171026225134032_0000 for ; Thu, 26 Oct 2017 15:51:34 -0700 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta02.peak.org (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTPS id 93D414C6C8 for ; Thu, 26 Oct 2017 15:51:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id 793544C6AF for ; Thu, 26 Oct 2017 15:51:28 -0700 (PDT) Received: from zmail-mta02.peak.org ([127.0.0.1]) by localhost (zmail-mta02.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AlqpWJ-Wie24 for ; Thu, 26 Oct 2017 15:51:28 -0700 (PDT) Received: from mailproxy-lb-05.peak.org (mailproxy-lb-05.peak.org [207.55.17.95]) by zmail-mta02.peak.org (Postfix) with ESMTP id 4181B4C6C8 for ; Thu, 26 Oct 2017 15:51:28 -0700 (PDT) Received: from carlj by elm.localnet with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1e7qzm-000FXN-RA for freebsd-arm@freebsd.org; Thu, 26 Oct 2017 15:51:26 -0700 From: Carl Johnson To: freebsd-arm@freebsd.org Subject: Make packages for armv7 makes armv6 packages X-Clacks-Overhead: GNU Terry Pratchett Date: Thu, 26 Oct 2017 15:51:26 -0700 Message-ID: <86lgjxo74h.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 22:51:37 -0000 I have a 12.0-CURRENT RPI2 system that I have been updating with packages that I build on my amd64 desktop system. I just tried building armv7 packages to see if the system could be upgraded that way. I did a buildworld and buildkernel for armv7 and everything worked properly. I then did a make packages for armv7 and it referenced the files created by the armv7 build, but then built armv6 packages. The 'pkg info -F' data showed armv6 architecture, and they were placed in the FreeBSD:12.0:armv6 repo directory. I don't think I did anything wrong, and the commands I used were: make -j4 KERNCONF=RPI2 TARGET=arm TARGET_ARCH=armv7 buildworld buildkernel make -j4 KERNCONF=RPI2 TARGET=arm TARGET_ARCH=armv7 packages I checked the typescript file and the only reference to armv6 was the line where it reports it is creating the the repository in .../FreeBSD:12:armv6/... at the end. Does anybody have any suggestions on what I am missing, or are the packages not implemented yet for armv7? I have upgraded it several times before this conversion to armv7, so I think my procedure is basically correct. The svn revision I used for this was r325018, which was the latest at this time. Thanks for any ideas on this. -- Carl Johnson carlj@peak.org