From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Boibessot Date: Fri, 18 Nov 2011 18:06:45 +0100 Subject: [Buildroot] [PATCH] Add Armadeus systems APF9328 support. In-Reply-To: <20111117205745.00cfdac6@skate> References: <1321525301-13110-1-git-send-email-julien.boibessot@free.fr> <20111117205745.00cfdac6@skate> Message-ID: <4EC690A5.301@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On 17/11/2011 20:57, Thomas Petazzoni wrote: > Good to see Armadeus stuff coming into mainline Buildroot! Thanks for the review. More will come as soon as BR can handle Linux patches tarball downloading ;-) > Le Thu, 17 Nov 2011 11:21:41 +0100, > julien.boibessot at free.fr a ?crit : > >> From: Julien Boibessot >> >> The APF9328 is an i.MXL+FPGA based SOM (System On Module). Here only minimal support is added: booting Linux kernel (UART, Ethernet and NOR), Buildroot toolchain and JFFS2 rootfs. > This should be wrapped at ~80 chars. sorry >> +BR2_DL_DIR="$(BASE_DIR)/../downloads" >> +BR2_SOURCEFORGE_MIRROR="switch" >> +BR2_JLEVEL=1 >> +BR2_CCACHE=y > Those four options (or at least the first three) are very > user-specific. I don't think they should be part of a default board > configuration file. ok >> +BR2_LINUX_KERNEL=y >> +BR2_LINUX_KERNEL_PATCH="board/armadeus/apf9328" >> +BR2_LINUX_KERNEL_DEFCONFIG="mx1" > Since two kernel patches are needed, you should have a defconfig that > explicitly tells which kernel version it wants: > > BR2_LINUX_KERNEL_CUSTOM_VERSION=y > BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1" ok but if I set BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1.1", it is not saved by "make savedefconfig". Seems like there is a "bug" in BR when custom kernel version == default one Regards, Julien