mirror of
				https://github.com/lingble/meta-tegra.git
				synced 2025-10-30 20:07:55 +00:00 
			
		
		
		
	tegra-minimal-init: drop references to platform-preboot-cboot script
which was dropped in an earlier commit. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
		 Matt Madison
					Matt Madison
				
			
				
					committed by
					
						 Matt Madison
						Matt Madison
					
				
			
			
				
	
			
			
			 Matt Madison
						Matt Madison
					
				
			
						parent
						
							5fdf6e4729
						
					
				
				
					commit
					d49e397067
				
			| @@ -18,13 +18,7 @@ do_install() { | |||||||
|     install -m 1777 -d ${D}/tmp |     install -m 1777 -d ${D}/tmp | ||||||
|     mknod -m 622 ${D}/dev/console c 5 1 |     mknod -m 622 ${D}/dev/console c 5 1 | ||||||
|     install -d ${D}${sysconfdir} |     install -d ${D}${sysconfdir} | ||||||
|     if [ -e ${WORKDIR}/platform-preboot-cboot.sh ]; then |  | ||||||
|         cat ${WORKDIR}/platform-preboot-cboot.sh ${WORKDIR}/platform-preboot.sh > ${WORKDIR}/platform-preboot.tmp |  | ||||||
|         install -m 0644 ${WORKDIR}/platform-preboot.tmp ${D}${sysconfdir}/platform-preboot |  | ||||||
|         rm ${WORKDIR}/platform-preboot.tmp |  | ||||||
|     else |  | ||||||
|     install -m 0644 ${WORKDIR}/platform-preboot.sh ${D}${sysconfdir}/platform-preboot |     install -m 0644 ${WORKDIR}/platform-preboot.sh ${D}${sysconfdir}/platform-preboot | ||||||
|     fi |  | ||||||
| } | } | ||||||
|  |  | ||||||
| RDEPENDS:${PN} = "util-linux-blkid" | RDEPENDS:${PN} = "util-linux-blkid" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user