mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-02 17:49:03 +02:00 
			
		
		
		
	The rpm-pkg and deb-pkg targets have transitioned to using 'git archive' for tarball creation. Although the old cmd_src_tar is still used by snap-pkg, there is no need to pack and unpack a tarball solely for passing the source to snapcraft. Instead, you can use 'source-type: local' to tell the source location to snapcraft. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
name: kernel
 | 
						|
version: KERNELRELEASE
 | 
						|
summary: Linux kernel
 | 
						|
description: The upstream Linux kernel
 | 
						|
grade: stable
 | 
						|
confinement: strict
 | 
						|
type: kernel
 | 
						|
 | 
						|
parts:
 | 
						|
  kernel:
 | 
						|
    plugin: kernel
 | 
						|
    source: SRCTREE
 | 
						|
    source-type: local
 | 
						|
    kernel-with-firmware: false
 |