34 lines
		
	
	
		
			599 B
		
	
	
	
		
			BlitzBasic
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			599 B
		
	
	
	
		
			BlitzBasic
		
	
	
	
| DISTRO_FEATURES_BACKFILL_CONSIDERED = " wifi bluetooth"
 | |
| 
 | |
| inherit image
 | |
| 
 | |
| IMAGE_FEATURES = "debug-tweaks"
 | |
| 
 | |
| KERNELDEPMODDEPEND = ""
 | |
| 
 | |
| SUMMARY = "Minimal image for bringup"
 | |
| 
 | |
| NO_RECOMMENDATIONS = "1"
 | |
| 
 | |
| IMAGE_INSTALL = " \
 | |
|     packagegroup-core-boot \
 | |
|     e2fsprogs-mke2fs \
 | |
|     devmem2 \
 | |
|     util-linux-agetty \
 | |
|     systemd-serialgetty \
 | |
|     networkmanager \
 | |
|     modemmanager \
 | |
|     curl \
 | |
|     tar \
 | |
|     less \
 | |
|     ncurses-terminfo-base \
 | |
|     kernel-devicetree \
 | |
|     "
 | |
| 
 | |
| IMAGE_INSTALL_append_am335x-nmhw21 = " ublox-configuration"
 | |
| 
 | |
| LICENSE = "BSD"
 | |
| 
 | |
| BUILDNAME = "${EXTERNALSRC_GIT_SRCREV};${DATETIME};${PN}"
 | |
| 
 |