Skip to content

Commit

Permalink
u-boot-hardkernel: mark u-boot.ini as a configuration file
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Novotny <[email protected]>
  • Loading branch information
Tomas Novotny committed Apr 8, 2015
1 parent a61125d commit 3e2c2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes-bsp/u-boot-hardkernel/u-boot-hardkernel_2011.03.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)"

Expand Down

0 comments on commit 3e2c2e2

Please sign in to comment.