From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fatih =?UTF-8?Q?A=C5=9F=C4=B1c=C4=B1?= Date: Fri, 27 Sep 2013 09:12:56 +0300 Subject: [Buildroot] [PATCH] beagleboneblack: add board In-Reply-To: References: <1380220826-17732-1-git-send-email-jkridner@beagleboard.org> <87bo3f5pz4.fsf@dell.be.48ers.dk> Message-ID: <1380262376.22318.10.camel@viko> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Thu, 2013-09-26 at 16:53 -0400, Jason Kridner wrote: > > Would there be any issues with bumping the kernel version to this > for > > the original (white) beaglebone as well? > > Nope. I could make one build that supported both boards, but it would > need to have both .dtb files in it. That's the only reason I made a > separate config. Is there an easy way to include multiple .dtb files? > Mainline u-boot is smart enough to tell me which one needs to be used > at boot. > This seems possible according to linux/Config.in: " config BR2_LINUX_KERNEL_INTREE_DTS_NAME string "Device Tree Source file names" depends on BR2_LINUX_KERNEL_USE_INTREE_DTS help Name of the device tree source file, without the trailing .dts. You can provide a list of dts files to build, separated by spaces. "