From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx1.pokylinux.org (Postfix) with ESMTP id DB6654C804C2 for ; Fri, 17 Jun 2011 18:18:59 -0500 (CDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 Jun 2011 16:18:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,384,1304319600"; d="scan'208";a="17653773" Received: from unknown (HELO localhost) ([10.255.13.112]) by fmsmga002.fm.intel.com with ESMTP; 17 Jun 2011 16:18:53 -0700 From: Darren Hart To: yocto@yoctoproject.org, bruce.ashfield@windriver.com Date: Fri, 17 Jun 2011 16:18:45 -0700 Message-Id: X-Mailer: git-send-email 1.7.1 Cc: Darren Hart Subject: [PATCH 0/1][linux-yocto] beagleboard: align config with with meta-ti linux-omap X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 23:19:00 -0000 From: Darren Hart Update the Beagleboard meta data to align with the meta-ti linux-omap_2.6.37 recipe defconfig while preserving the policy configuration from linux-yocto. Core platform bits were maintained, while things like filesystems and very generic drivers were left to whatever linux-yocto had originally. There is surely still room for tweaking, but this gets us most of the way there. Fixes [YOCTO #764] Fixes [YOCTO #765] Fixes [YOCTO #767] The following changes since commit 46a1be20b01e50d5d0646e5622e9dd06433238c2: meta/fsl-mpc8315e-rdb: Enable EEPROM (2011-06-07 14:21:44 -0400) are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/meta/beagleboard http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/meta/beagleboard Darren Hart (1): beagleboard: new config based on meta-texasinstruments .../kernel-cache/bsp/beagleboard/beagleboard.cfg | 97 ++++++++++++++++++-- .../kernel-cache/bsp/beagleboard/beagleboard.scc | 2 + meta/cfg/kernel-cache/bsp/beagleboard/wifi.cfg | 3 + meta/cfg/kernel-cache/bsp/beagleboard/wl1271.cfg | 6 + 4 files changed, 100 insertions(+), 8 deletions(-) create mode 100644 meta/cfg/kernel-cache/bsp/beagleboard/wifi.cfg create mode 100644 meta/cfg/kernel-cache/bsp/beagleboard/wl1271.cfg