diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-01 00:44:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-01 00:44:57 +0000 |
commit | 3abb2b2ab999f428c9e8f1215cf393eea8589e9f (patch) | |
tree | 9497333c4ee67255d53f715aedef7b0098574e41 /linux | |
parent | b86cd133209a4c9cbcba168444258f76b9dee966 (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')
-rw-r--r-- | linux/gumstix_2.6.5-gnalm1-gum0.oe | 2 | ||||
-rw-r--r-- | linux/omap_2.6.5-omap1.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/gumstix_2.6.5-gnalm1-gum0.oe b/linux/gumstix_2.6.5-gnalm1-gum0.oe index bae18ef450..4ba8e73184 100644 --- a/linux/gumstix_2.6.5-gnalm1-gum0.oe +++ b/linux/gumstix_2.6.5-gnalm1-gum0.oe @@ -13,7 +13,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 } 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 } |