x86: explicitely pass staging directory to grub-mkimage instead of relying on build time defaults (#12821)
SVN-Revision: 35200
This commit is contained in:
		@@ -67,6 +67,7 @@ ifneq ($(CONFIG_X86_GRUB_IMAGES),)
 | 
			
		||||
	$(INSTALL_DIR) $(KDIR)/root.grub/boot/grub $(KDIR)/grub2
 | 
			
		||||
	$(CP) $(KDIR)/bzImage $(KDIR)/root.grub/boot/vmlinuz
 | 
			
		||||
	grub-mkimage \
 | 
			
		||||
		-d $(STAGING_DIR_HOST)/lib/grub/i386-pc \
 | 
			
		||||
		-o $(KDIR)/grub2/core.img \
 | 
			
		||||
		-O i386-pc \
 | 
			
		||||
		-c ./grub-early.cfg \
 | 
			
		||||
@@ -135,6 +136,7 @@ define Image/Build/iso
 | 
			
		||||
	$(INSTALL_DIR) $(KDIR)/root.grub/boot/grub $(KDIR)/grub2
 | 
			
		||||
	$(CP) $(KDIR)/bzImage $(KDIR)/root.grub/boot/vmlinuz
 | 
			
		||||
	grub-mkimage \
 | 
			
		||||
		-d $(STAGING_DIR_HOST)/lib/grub/i386-pc \
 | 
			
		||||
		-o $(KDIR)/grub2/eltorito.img \
 | 
			
		||||
		-O i386-pc \
 | 
			
		||||
		-c ./grub-early.cfg \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user