diff options
-rw-r--r-- | conf/machine/include/socfpga.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/socfpga_armv8a.inc | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/include/socfpga.inc b/conf/machine/include/socfpga.inc index 256c008..f274060 100644 --- a/conf/machine/include/socfpga.inc +++ b/conf/machine/include/socfpga.inc | |||
@@ -9,6 +9,7 @@ KERNEL_PROVIDER ?= "linux-altera" | |||
9 | PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" | 9 | PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" |
10 | 10 | ||
11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" | 11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" |
12 | PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga" | ||
12 | 13 | ||
13 | # Increase this everytime you change something in the kernel | 14 | # Increase this everytime you change something in the kernel |
14 | MACHINE_KERNEL_PR = "r1" | 15 | MACHINE_KERNEL_PR = "r1" |
diff --git a/conf/machine/include/socfpga_armv8a.inc b/conf/machine/include/socfpga_armv8a.inc index 603f61a..e6307a7 100644 --- a/conf/machine/include/socfpga_armv8a.inc +++ b/conf/machine/include/socfpga_armv8a.inc | |||
@@ -6,11 +6,12 @@ KERNEL_IMAGETYPE = "Image" | |||
6 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" | 6 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" |
7 | 7 | ||
8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" | 8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" |
9 | PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga" | ||
9 | 10 | ||
10 | SPL_BINARY = "spl/u-boot-spl-dtb.hex" | 11 | SPL_BINARY = "spl/u-boot-spl.hex" |
11 | UBOOT_SUFFIX = "img" | 12 | UBOOT_SUFFIX = "img" |
12 | UBOOT_BINARY = "u-boot-dtb.img" | 13 | UBOOT_BINARY = "u-boot.img" |
13 | UBOOT_IMAGE = "u-boot-dtb-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | 14 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" |
14 | 15 | ||
15 | IMAGE_FSTYPES ?= "cpio ext3 tar.gz" | 16 | IMAGE_FSTYPES ?= "cpio ext3 tar.gz" |
16 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy virtual/kernel:do_deploy" | 17 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy virtual/kernel:do_deploy" |