aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.34_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 23:12:17 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-26 13:28:37 +0200
commit7e92541764988ffe2ddcd12806372eba2c164e78 (patch)
tree4615b2a734c96b96ba38a7a54a7674f0c42ed59a /recipes/linux/linux-openmoko-2.6.34_git.bb
parentffd890c52fb83f05c83188c662f969bfdbb8675a (diff)
downloadopenembedded-7e92541764988ffe2ddcd12806372eba2c164e78.tar.gz
linux-openmoko-2.6.34: move defconfig to OE tree
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.34_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.34_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34_git.bb b/recipes/linux/linux-openmoko-2.6.34_git.bb
index 5497a5479a..2f47140ad1 100644
--- a/recipes/linux/linux-openmoko-2.6.34_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.34_git.bb
@@ -30,12 +30,11 @@ SRC_URI = "\
file://0002-usbhost.patch.patch \
file://0003-ar6000_delay.patch.patch \
file://0004-save_regs.patch.patch \
+ file://defconfig \
"
S = "${WORKDIR}/git"
-CONFIG_NAME_om-gta02 = "gta02_drm_defconfig"
-
do_configure_prepend() {
- install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
+ install -m 644 ${WORKDIR}/defconfig ${WORKDIR}/defconfig-oe
}