[oe-commits] Martin Jansa : linux-openmoko-2.6.29: use defconfig instead of defconfig-oe after last linux-openmoko.inc change

git version control git at git.openembedded.org
Sat Nov 13 15:33:50 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7260adf605e51e5068d2ae6bd87a958863558c81
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7260adf605e51e5068d2ae6bd87a958863558c81

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Nov 13 16:25:56 2010 +0100

linux-openmoko-2.6.29: use defconfig instead of defconfig-oe after last linux-openmoko.inc change

---

 recipes/linux/linux-openmoko-2.6.29_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-openmoko-2.6.29_git.bb b/recipes/linux/linux-openmoko-2.6.29_git.bb
index 82b838f..8b603ec 100644
--- a/recipes/linux/linux-openmoko-2.6.29_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.29_git.bb
@@ -21,5 +21,5 @@ CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig"
 CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig"
 
 do_configure_prepend() { 
-	install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
+	install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig
 }





More information about the Openembedded-commits mailing list