Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 17366

how add inetutils to edison image

$
0
0

i want edison add telnetd funcion, so try add inetutils to edison image

1. append open-embedded to device-software

cd edison-src/device-software

git clone https://github.com/openembedded/meta-openembedded.git

cd meta-openembedded

git checkout diasy

2.build/conf/bblayers.conf file BBLAYERS add

/work/Edison/edison-src/device-software/meta-openembedded/meta-networking \

3.build/conf/local.conf add

  IMAGE_INSTALL += "inetutils"

4.bitebake edison-image

 

dragon@dragon-H61MLC2:/work/Edison/edison-src/build$ pwd

/work/Edison/edison-src/build

dragon@dragon-H61MLC2:/work/Edison/edison-src/build$ find ./tmp/work -name 'telnetd'

./tmp/work/core2-32-poky-linux/inetutils/1.9.1-r1/inetutils-1.9.1/telnetd

./tmp/work/core2-32-poky-linux/inetutils/1.9.1-r1/inetutils-1.9.1/telnetd/telnetd

./tmp/work/core2-32-poky-linux/inetutils/1.9.1-r1/packages-split/inetutils-dbg/usr/src/debug/inetutils/1.9.1-r1/inetutils-1.9.1/telnetd

./tmp/work/core2-32-poky-linux/inetutils/1.9.1-r1/package/usr/src/debug/inetutils/1.9.1-r1/inetutils-1.9.1/telnetd

./tmp/work/core2-32-poky-linux/busybox/1.22.1-r0/busybox-1.22.1/include/config/feature/telnetd

 

5.flash to edison board, but not found telnetd program

root@edison:/# telnetd                                                    

-sh: telnetd: not found


Viewing all articles
Browse latest Browse all 17366

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>