diff options
author | Roger Monk <r-monk@ti.com> | 2010-05-26 13:41:30 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-28 09:21:12 +0200 |
commit | 2b363197c06f9c61fb924bee40bc83b533cac01b (patch) | |
tree | b12c67b1e61aacd86b8753eec6f21938a3bda987 /recipes/u-boot/u-boot_git.bb | |
parent | f692b724d9cb01cfa6f3bc6a5f171084b1cc503c (diff) |
u-boot: Install UBOOT_BINARY in /boot, add package for -fw-utils
* Drop binary in target /boot folder to allow compatible set of
boot files to be installed in target image alongside kernel, etc
* Create new package for the firmware utils
* Bump PR
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 8dca7cfd53..03c0661aad 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -1,5 +1,5 @@ require u-boot.inc -PR ="r49" +PR ="r50" FILESPATHPKG =. "u-boot-git:" |