[OE-core] [PATCH 1/1] If a the number of hard links decreases or increases while creating the tar files used for an ipk package, tar fails with error code 1, we use hardlinks on package/ and packages-split/ to decrease disk usage, sometimes other parts of the build can cause a change in the link count, since this happens in a controlled environment we can safely ignore the error and continue to create the ipk file, fixed some typos from old version.

Burton, Ross ross.burton at intel.com
Fri Jul 10 19:46:47 UTC 2015


That commit message went a bit crazy, can you reformat it please? :)

Ross

On 10 July 2015 at 09:13, Alejandro Hernandez <
alejandro.hernandez at linux.intel.com> wrote:

> [YOCTO #7933]
>
> Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
> ---
>  meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch | 2 +-
>  meta/recipes-devtools/opkg-utils/opkg-utils_git.bb                 | 4
> ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git
> a/meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
> b/meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
> index 4bcae4954..e8250b7 100644
> --- a/meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
> +++ b/meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
> @@ -12,7 +12,7 @@ We detect if the error code produced by tar is 1 and in
> this case ignore it.
>  This a similar behavior to the one on dpkg:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=40731942515ec8d80c727ad561174986d4f05818
>
> -Upsteam-Status: Inappropriate
> +Upstream-Status: Inappropriate
>
>  Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
>
> diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
> b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
> index 74b974d..2f66632 100644
> --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
> +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
> @@ -10,9 +10,9 @@ PROVIDES += "virtual/update-alternatives"
>  SRCREV = "53274f087565fd45d8452c5367997ba6a682a37a"
>  PV = "0.1.8+git${SRCPV}"
>
> -SRC_URI = "git://git.yoctoproject.org/opkg-utils "
> +SRC_URI = "git://git.yoctoproject.org/opkg-utils"
>
> -SRC_URI_append_class-native = "file://tar_ignore_error.patch"
> +SRC_URI_append_class-native = " file://tar_ignore_error.patch"
>
>  S = "${WORKDIR}/git"
>
> --
> 1.8.4.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150710/bac427a6/attachment-0002.html>


More information about the Openembedded-core mailing list