From owner-freebsd-embedded@freebsd.org Sun Jul 12 19:59:20 2015 Return-Path: Delivered-To: freebsd-embedded@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 6857F99B838; Sun, 12 Jul 2015 19:59:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 345021A37; Sun, 12 Jul 2015 19:59:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbij6 with SMTP id ij6so8496714igb.1; Sun, 12 Jul 2015 12:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PlxuGxjAE+dxbId6YNOBzNZAFYYyTW2WNa8Zo8dfXYk=; b=gDxibvUBNdtDkf+K8s/ttLM5yiIrratt2piWV8BAn7Pj+effUJmVk4hMbbkXx4GLMu CkkR8raQYv8q8DGKFJke75AY8rInCzKJOyv0hU6ddsXYCYWtbGc9EKdx+q+crSA+7dzF 0NNfFk8m6kPymsSc4Bj/0z5InmWGr/V5WvcyRVHCo+/B/lhR4csYzjOlSn8Bm8f10P2U TVVsDaLbAG5qzJ7Kk+jTtpChhPLrEqnvSNOqORBJyY1GcvxcphV9rexc+RkQscNfvRs0 09UpE5+3VX3hjcMh0mqcXzK/Iu81FtGTQqoCBDYAlf4vZRZ/p/OKOhOowns7VX0a+BiV UHFw== MIME-Version: 1.0 X-Received: by 10.107.35.144 with SMTP id j138mr17575958ioj.105.1436731159693; Sun, 12 Jul 2015 12:59:19 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Sun, 12 Jul 2015 12:59:19 -0700 (PDT) In-Reply-To: References: Date: Sun, 12 Jul 2015 12:59:19 -0700 Message-ID: Subject: Re: Cross Ports - skip stage and install directly to sysroot From: Adrian Chadd To: Michael Vale Cc: "freebsd-embedded@freebsd.org" , "freebsd-mips@freebsd.org" , "freebsd-arm@freebsd.org" , "portmgr@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2015 19:59:20 -0000 Hi, The paths you're using are very specific to how the freebsd-wifi-build things do stuff. Ie, finding it in ${LOCALBASE}/../root/${ARCH} . Ideally we'd just pass in a SYSROOT variable in as part of building and it'd set everything appropriately. -adrian