Commit 42a7074a authored by Florent Revest's avatar Florent Revest

abootimg, mkboot, mkbootimg: use krogoth naming convention

parent d610ee43
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
ABOOTIMG_ARGS ?= "" ABOOTIMG_ARGS ?= ""
do_compile[depends] += "initramfs-android-image:do_rootfs" do_compile[depends] += "initramfs-android-image:do_image_complete"
DEPENDS += "abootimg-native" DEPENDS += "abootimg-native"
do_compile_append() { do_compile_append() {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# This class is used to create Android device compatible boot.img files with kernel and initrd using mkboot # This class is used to create Android device compatible boot.img files with kernel and initrd using mkboot
# #
do_compile[depends] += "initramfs-android-image:do_rootfs" do_compile[depends] += "initramfs-android-image:do_image_complete"
DEPENDS += "mkbootimg-tools-native" DEPENDS += "mkbootimg-tools-native"
do_compile_append() { do_compile_append() {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
MKBOOTIMG_ARGS ?= "" MKBOOTIMG_ARGS ?= ""
do_compile[depends] += "initramfs-android-image:do_rootfs" do_compile[depends] += "initramfs-android-image:do_image_complete"
DEPENDS += "mkbootimg-tools-native" DEPENDS += "mkbootimg-tools-native"
do_compile_append() { do_compile_append() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment