summaryrefslogtreecommitdiff
path: root/linux/omap_2.6.5-omap1.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-01 00:44:57 +0000
committerChris Larson <clarson@kergoth.com>2004-07-01 00:44:57 +0000
commit3abb2b2ab999f428c9e8f1215cf393eea8589e9f (patch)
tree9497333c4ee67255d53f715aedef7b0098574e41 /linux/omap_2.6.5-omap1.oe
parentb86cd133209a4c9cbcba168444258f76b9dee966 (diff)
Merges.
2004/06/30 19:43:22-05:00 (none)!kergoth Clean up SRC_URI and remove oe_machinstall usage per the recent FILESPATH change. BKrev: 40e35e89nLvooGCio5W-357_SZU3iA
Diffstat (limited to 'linux/omap_2.6.5-omap1.oe')
-rw-r--r--linux/omap_2.6.5-omap1.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/omap_2.6.5-omap1.oe b/linux/omap_2.6.5-omap1.oe
index d35dfced88..8593e83072 100644
--- a/linux/omap_2.6.5-omap1.oe
+++ b/linux/omap_2.6.5-omap1.oe
@@ -11,7 +11,7 @@ inherit kernel
KERNEL_IMAGETYPE = "zImage"
do_configure_prepend() {
- oe_machinstall -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "no default configuration for ${MACHINE} available."
+ install -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "no default configuration for ${MACHINE} available."
oe_runmake oldconfig
}