diff options
Diffstat (limited to 'meta/classes/uboot-sign.bbclass')
| -rw-r--r-- | meta/classes/uboot-sign.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index 9671cf76a5..fdf153248c 100644 --- a/meta/classes/uboot-sign.bbclass +++ b/meta/classes/uboot-sign.bbclass | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | # The tasks sequence is set as below, using DEPLOY_IMAGE_DIR as common place to | 19 | # The tasks sequence is set as below, using DEPLOY_IMAGE_DIR as common place to |
| 20 | # treat the device tree blob: | 20 | # treat the device tree blob: |
| 21 | # | 21 | # |
| 22 | # * u-boot:do_install_append | 22 | # * u-boot:do_install:append |
| 23 | # Install UBOOT_DTB_BINARY to datadir, so that kernel can use it for | 23 | # Install UBOOT_DTB_BINARY to datadir, so that kernel can use it for |
| 24 | # signing, and kernel will deploy UBOOT_DTB_BINARY after signs it. | 24 | # signing, and kernel will deploy UBOOT_DTB_BINARY after signs it. |
| 25 | # | 25 | # |
| @@ -227,7 +227,7 @@ install_spl_helper() { | |||
| 227 | touch ${D}/${datadir}/${UBOOT_ITS_IMAGE} | 227 | touch ${D}/${datadir}/${UBOOT_ITS_IMAGE} |
| 228 | } | 228 | } |
| 229 | 229 | ||
| 230 | do_install_append() { | 230 | do_install:append() { |
| 231 | if [ "${PN}" = "${UBOOT_PN}" ]; then | 231 | if [ "${PN}" = "${UBOOT_PN}" ]; then |
| 232 | if [ -n "${UBOOT_CONFIG}" ]; then | 232 | if [ -n "${UBOOT_CONFIG}" ]; then |
| 233 | for config in ${UBOOT_MACHINE}; do | 233 | for config in ${UBOOT_MACHINE}; do |
| @@ -416,7 +416,7 @@ do_uboot_assemble_fitimage() { | |||
| 416 | 416 | ||
| 417 | addtask uboot_assemble_fitimage before do_deploy after do_compile | 417 | addtask uboot_assemble_fitimage before do_deploy after do_compile |
| 418 | 418 | ||
| 419 | do_deploy_prepend_pn-${UBOOT_PN}() { | 419 | do_deploy:prepend:pn-${UBOOT_PN}() { |
| 420 | if [ "${UBOOT_SIGN_ENABLE}" = "1" -a -n "${UBOOT_DTB_BINARY}" ] ; then | 420 | if [ "${UBOOT_SIGN_ENABLE}" = "1" -a -n "${UBOOT_DTB_BINARY}" ] ; then |
| 421 | concat_dtb | 421 | concat_dtb |
| 422 | fi | 422 | fi |
| @@ -446,7 +446,7 @@ do_deploy_prepend_pn-${UBOOT_PN}() { | |||
| 446 | 446 | ||
| 447 | } | 447 | } |
| 448 | 448 | ||
| 449 | do_deploy_append_pn-${UBOOT_PN}() { | 449 | do_deploy:append:pn-${UBOOT_PN}() { |
| 450 | # If we're creating a u-boot fitImage, point u-boot.bin | 450 | # If we're creating a u-boot fitImage, point u-boot.bin |
| 451 | # symlink since it might get used by image recipes | 451 | # symlink since it might get used by image recipes |
| 452 | if [ "${UBOOT_FITIMAGE_ENABLE}" = "1" ] ; then | 452 | if [ "${UBOOT_FITIMAGE_ENABLE}" = "1" ] ; then |
