diff options
Diffstat (limited to 'cetools')
-rw-r--r-- | cetools/cetools-native_0.3.oe | 7 | ||||
-rw-r--r-- | cetools/cetools_0.3.oe | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/cetools/cetools-native_0.3.oe b/cetools/cetools-native_0.3.oe index e69de29bb2..63f3ddf0c3 100644 --- a/cetools/cetools-native_0.3.oe +++ b/cetools/cetools-native_0.3.oe @@ -0,0 +1,7 @@ +SECTION = "console/network" +include cetools_${PV}.oe +inherit native + +do_stage() { + install -m 0755 rom2files rom2bin bin2rom dump2bin ${STAGING_BINDIR} +} diff --git a/cetools/cetools_0.3.oe b/cetools/cetools_0.3.oe index e4b7fb537d..cd1a4ef97c 100644 --- a/cetools/cetools_0.3.oe +++ b/cetools/cetools_0.3.oe @@ -1,5 +1,5 @@ DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp." - +SECTION = "console/network" SRC_URI = "http://linuxsh.free.fr/tools/cetools-${PV}.tar.gz \ file://sean-hsieh.patch;patch=1" S = "${WORKDIR}/cetools-${PV}" |