From 3e2c2e23d8956e38e43376f81a588b60b9279901 Mon Sep 17 00:00:00 2001 From: Tomas Novotny Date: Wed, 8 Apr 2015 15:38:09 +0200 Subject: [PATCH] u-boot-hardkernel: mark u-boot.ini as a configuration file Signed-off-by: Tomas Novotny --- recipes-bsp/u-boot-hardkernel/u-boot-hardkernel_2011.03.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot-hardkernel/u-boot-hardkernel_2011.03.bb b/recipes-bsp/u-boot-hardkernel/u-boot-hardkernel_2011.03.bb index 17313015..00ac99de 100644 --- a/recipes-bsp/u-boot-hardkernel/u-boot-hardkernel_2011.03.bb +++ b/recipes-bsp/u-boot-hardkernel/u-boot-hardkernel_2011.03.bb @@ -8,7 +8,7 @@ UBOOT_BRANCH ?= "odroidc-v2011.03" SRCREV = "f631c80969b33b796d2d4c077428b4765393ed2b" PV = "v2011.03+git${SRCPV}" -PR = "r4" +PR = "r5" PROVIDES = "u-boot ${PN}-config" PACKAGES =+ "u-boot-ini" @@ -54,6 +54,7 @@ do_install_append () { FILES_u-boot-ini = "/boot/boot.ini \ " +CONFFILES_u-boot-ini = "/boot/boot.ini" COMPATIBLE_MACHINE = "(odroid-c1)"