From owner-freebsd-arm@FreeBSD.ORG Fri Apr 25 14:21:29 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BB028A8 for ; Fri, 25 Apr 2014 14:21:29 +0000 (UTC) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13EBD1A31 for ; Fri, 25 Apr 2014 14:21:28 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id rl12so3864788iec.4 for ; Fri, 25 Apr 2014 07:21:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=CEh7zRxSq8UQPVniNoRCSmp56mOTaUaG47GPhj3oePE=; b=K8zg897Z7OlLiJWK8AzOT2ogGg4tIzBdGZPvpp2G89jbARX2AFKUk3viEkw5tUyGhc yhGtS0/1yv7aZDtP2Y/OTfzLjFrZk3nGRbn2B58nFW80tNkaqZBe25P6BTAeTa+ztWH6 NcK9PYMjSZsvGwR124ANzdQC3RlbXXk1N0Wuv5SBvK9vGAhAeDJLHdNbR3T7SkoGdbfA p2/PQXizCL81wlebr25PsIZy4zjQXC01YIXOHEFhBJNPnUuH2HkQIhX4rk0PnKOILsEd HqpDDFHvIp1MsHLtIIvJSMY6EqtByX7Ea9bQpAUBXWWZ2V2DIZb2cz952aW2Y5P0saj7 C5xg== X-Gm-Message-State: ALoCoQl0hkTCNi7db4x9DWb+Y3+yWWi1iSXa6IPkm3T+shaa8rdHM00wDd9k3Rxd9WwDkMZQ82rJ X-Received: by 10.50.92.98 with SMTP id cl2mr5419114igb.14.1398435682605; Fri, 25 Apr 2014 07:21:22 -0700 (PDT) Received: from [10.0.0.119] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id b6sm8920285igm.2.2014.04.25.07.21.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Apr 2014 07:21:22 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: define a custom kernel From: Warner Losh In-Reply-To: <535A14F1.5010808@passap.ru> Date: Fri, 25 Apr 2014 08:21:20 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <535A14F1.5010808@passap.ru> To: Boris Samorodov X-Mailer: Apple Mail (2.1874) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 14:21:29 -0000 do you have KERNCONF defined in /etc/src.conf on arm? Warner On Apr 25, 2014, at 1:55 AM, Boris Samorodov wrote: > Hi All, >=20 > I used to define a custom kernel at /etc/make.conf. At i386/amd64 > archs it works: > ----- > % grep KERNCONF /etc/make.conf > KERNCONF=3D BB64X >=20 > % make -C /usr/src -V KERNCONF > BB64X > ----- >=20 > However at arm I get: > ----- > % grep KERNCONF /etc/make.conf > KERNCONF=3D WBQ >=20 > % make -C /usr/src -V KERNCONF > IMX6 >=20 > % uname -a > FreeBSD wandboard 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r264681: Sun = Apr > 20 02:39:12 SAMT 2014 > = root@bb052.bsnet:/home/bsam/crochet-freebsd-master/work/obj/arm.armv6/usr/= src/sys/IMX6 > arm > ----- >=20 > --=20 > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"