From: Ting Liu <[email protected]> Signed-off-by: Ting Liu <[email protected]> --- conf/machine/include/qoriq-arm.inc | 4 ++-- .../u-boot/{u-boot-ls1 => u-boot-qoriq}/0001-uboot-support-gcc5.patch | 0 .../{u-boot-ls1 => u-boot-qoriq}/fix-build-error-under-gcc6.patch | 0 recipes-bsp/u-boot/{u-boot-ls1_2015.01.bb => u-boot-qoriq_2015.01.bb} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename recipes-bsp/u-boot/{u-boot-ls1 => u-boot-qoriq}/0001-uboot-support-gcc5.patch (100%) rename recipes-bsp/u-boot/{u-boot-ls1 => u-boot-qoriq}/fix-build-error-under-gcc6.patch (100%) rename recipes-bsp/u-boot/{u-boot-ls1_2015.01.bb => u-boot-qoriq_2015.01.bb} (100%)
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc index 20a7594..cd33b75 100644 --- a/conf/machine/include/qoriq-arm.inc +++ b/conf/machine/include/qoriq-arm.inc @@ -1,8 +1,8 @@ require conf/machine/include/soc-family.inc # Freescale BSP default providers -PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1" -PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1" +PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-qoriq" +PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-qoriq" PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1" # Define the default image type diff --git a/recipes-bsp/u-boot/u-boot-ls1/0001-uboot-support-gcc5.patch b/recipes-bsp/u-boot/u-boot-qoriq/0001-uboot-support-gcc5.patch similarity index 100% rename from recipes-bsp/u-boot/u-boot-ls1/0001-uboot-support-gcc5.patch rename to recipes-bsp/u-boot/u-boot-qoriq/0001-uboot-support-gcc5.patch diff --git a/recipes-bsp/u-boot/u-boot-ls1/fix-build-error-under-gcc6.patch b/recipes-bsp/u-boot/u-boot-qoriq/fix-build-error-under-gcc6.patch similarity index 100% rename from recipes-bsp/u-boot/u-boot-ls1/fix-build-error-under-gcc6.patch rename to recipes-bsp/u-boot/u-boot-qoriq/fix-build-error-under-gcc6.patch diff --git a/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-ls1_2015.01.bb rename to recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
