diff options
| -rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 12 | ||||
| -rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 5 |
2 files changed, 3 insertions, 14 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb deleted file mode 100644 index 4144d850d7..0000000000 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | PV = "0.5.9" | ||
| 2 | PR = "r10+gitr${SRCREV}" | ||
| 3 | |||
| 4 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | ||
| 5 | SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" | ||
| 6 | S = "${WORKDIR}/git" | ||
| 7 | |||
| 8 | # the binary is statically linked against klibc | ||
| 9 | inherit klibc | ||
| 10 | |||
| 11 | require kexecboot.inc | ||
| 12 | SUMMARY = "kexecboot linux-as-bootloader, statically compiled against klibc" | ||
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index dd630a97e8..b52012e968 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | PV = "0.5.9" | 1 | PV = "0.5.9.1" |
| 2 | PR = "r10+gitr${SRCREV}" | ||
| 3 | 2 | ||
| 4 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 3 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" |
| 5 | SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" | 4 | SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" |
| 6 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
| 7 | 6 | ||
| 8 | require kexecboot.inc | 7 | require kexecboot.inc |
| 8 | |||
| 9 | BBCLASSEXTEND = "klibc" | ||
