Skip to content

Commit a576ed5

Browse files
committed
scripts/gen_image_generic.sh: move from x86/image
The script can also be useful for other targets. Signed-off-by: Stijn Tintel <[email protected]>
1 parent c2a11bc commit a576ed5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

target/linux/x86/image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ifneq ($(CONFIG_GRUB_IMAGES),)
8383
-e 's#@TIMEOUT@#$(GRUB_TIMEOUT)#g' \
8484
-e 's#@ROOT@#$(GRUB_ROOT)#g' \
8585
./grub.cfg > $(KDIR)/root.grub/boot/grub/grub.cfg
86-
PADDING="$(CONFIG_TARGET_IMAGES_PAD)" SIGNATURE="$(SIGNATURE)" PATH="$(TARGET_PATH)" ./gen_image_generic.sh \
86+
PADDING="$(CONFIG_TARGET_IMAGES_PAD)" SIGNATURE="$(SIGNATURE)" PATH="$(TARGET_PATH)" $(SCRIPT_DIR)/gen_image_generic.sh \
8787
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \
8888
$(CONFIG_TARGET_KERNEL_PARTSIZE) $(KDIR)/root.grub \
8989
$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \

0 commit comments

Comments
 (0)