diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-06-18 22:58:05 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-20 13:37:31 +0200 |
| commit | 02ebf5f7e379c6324866e2fe6155784efb4b88c2 (patch) | |
| tree | 96dd531227bb77c02f62850e23086a3f3b0ec715 /meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |
| parent | 1e26b20707700b4a0b76f6ca50da0633f5e7ff08 (diff) | |
| download | meta-openembedded-02ebf5f7e379c6324866e2fe6155784efb4b88c2.tar.gz | |
kexecboot: upgrade and move to git tag 0daa77
* new git repository on github
* new LABEL separator
* text-ui fallback
* install /sys for upcoming ubifs detection
* menu-bug fix
* minor fixes
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb')
| -rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index 13414615b6..b33b6400ce 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
| @@ -2,8 +2,8 @@ RDEPENDS_${PN} = "kexec" | |||
| 2 | PV = "0.5.9" | 2 | PV = "0.5.9" |
| 3 | PR = "r8+gitr${SRCREV}" | 3 | PR = "r8+gitr${SRCREV}" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " | 5 | SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git" |
| 6 | SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7" | 6 | SRCREV = "0daa774eac019602cd89048961e95985ea50dadf" |
| 7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
| 8 | 8 | ||
| 9 | require kexecboot.inc | 9 | require kexecboot.inc |
