diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-04-14 17:46:38 +0200 |
---|---|---|
committer | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-04-14 18:01:14 +0200 |
commit | 9b8f2e973f15dfa50500e429b6fde1a98b68927e (patch) | |
tree | 7c55162eb8c8ebd00e8fca001a0424bc2d3c183f /meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb | |
parent | b7811b85bb65c6d39bc2e5dd45d6d1253d08105e (diff) |
u-boot: uses u-boot.inc from poky
This patch removes the local copy of u-boot.inc which was aligned with poky
1.4.2
Change-Id: I456f3b37112f1340b42a5d055ae0873933c0a07f
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb')
-rw-r--r-- | meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb b/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb index 69b22a3..d9e31c8 100644 --- a/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb +++ b/meta-rcar-gen2/recipes-bsp/u-boot/u-boot_2013.01.01.bb @@ -1,4 +1,4 @@ -require u-boot.inc +require recipes-bsp/u-boot/u-boot.inc # This is needs to be validated among supported BSP's before we can # make it default |