58 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			BlitzBasic
		
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			BlitzBasic
		
	
	
	
| require netmodule-linux-image.bb
 | |
| 
 | |
| SUMMARY = "netmodule image for developement only"
 | |
| 
 | |
| IMAGE_FEATURES_append = " \
 | |
|                 tools-debug \
 | |
|                 "
 | |
| 
 | |
| BENCH_TOOLS = " \
 | |
|                 tcpdump \
 | |
|                 lmbench \
 | |
|                 dbench \
 | |
|                 memtester \
 | |
|                 nbench-byte \
 | |
|                 tiobench \
 | |
|                 iozone3 \
 | |
|                 iperf3 \
 | |
|                 strongswan \
 | |
|                 speedtest-cli \
 | |
|                 benchmarking-cpu \
 | |
|                 stress-ng \
 | |
|                 rt-tests \
 | |
|                "
 | |
| GPS_TOOLS = " \
 | |
|               gps-utils \
 | |
|               ser2net \
 | |
|             "
 | |
| 
 | |
| GPS_TOOLS_append_am335x-nmhw21 = " ublox-gnss-fw-update "
 | |
| 
 | |
| EASY_EDITOR = " \
 | |
|                 nano \
 | |
|               "
 | |
| 
 | |
| BENCH_TOOLS_cortexa9hf-neon_append = " cpuburn-neon "
 | |
| BENCH_TOOLS_cortexa8hf-neon_append = " cpuburn-neon "
 | |
| 
 | |
| 
 | |
| IMAGE_INSTALL_append = " \
 | |
|                 lrzsz \
 | |
|                 ${BENCH_TOOLS} \
 | |
|                 ${EASY_EDITOR} \
 | |
|                 ${GPS_TOOLS} \
 | |
|                 python3 \
 | |
|                 python3-misc \
 | |
|                 python3-pip \
 | |
|                 minicom \
 | |
|                 binutils \
 | |
|                 util-linux \
 | |
|                 i2c-tools \
 | |
|                 spitools \
 | |
|                 ethtool \
 | |
|                 evtest \
 | |
|                 devmem2 \
 | |
|                 board-descriptor \
 | |
|                 "
 | |
| OSTREE_BRANCHNAME = "${MACHINE}-dev"
 |