summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 11:08:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 23:37:01 +0100
commit1588b02d14e4ce2971ea0bbfb77d6d8607df9825 (patch)
treefc2b469c31febec00bac2c83136438f0611dd8ed /meta/classes/image.bbclass
parent02e455f90fbe34e3679fefb9ddc53a3ecad68322 (diff)
downloadast2050-yocto-poky-1588b02d14e4ce2971ea0bbfb77d6d8607df9825.zip
ast2050-yocto-poky-1588b02d14e4ce2971ea0bbfb77d6d8607df9825.tar.gz
image/image-prelink/image-mklibs/sanity: Drop pointless EXPORT_FUNCTIONS
I'm sick of seeing people adding to EXPORT_FUNCTIONS in these classes when they clearly have no idea what it does. Worse, these uses of it are all broken, the naming is incorrect and they do nothing. Lets remove them and try and preserve any remaining part of my sanity. (From OE-Core rev: 05a2fb19f722652c5d13be911b8ed45a264bbb40) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index ea035fe..32df01d 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -384,8 +384,6 @@ rootfs_sysroot_relativelinks () {
sysroot-relativelinks.py ${SDK_OUTPUT}/${SDKTARGETSYSROOT}
}
-EXPORT_FUNCTIONS zap_empty_root_password remove_init_link do_rootfs make_zimage_symlink_relative set_image_autologin rootfs_update_timestamp rootfs_no_x_startup
-
do_fetch[noexec] = "1"
do_unpack[noexec] = "1"
do_patch[noexec] = "1"
OpenPOWER on IntegriCloud