licenses were matched.
Reject packages that do not contain a copyleft license.
[YOCTO 4630]
Signed-off-by: Kevin Strasser
---
meta/classes/archiver.bbclass |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index
Recent versions of dhcp have swapped out use of __u16 for u_int16_t and
therefor asm/types.h no longer needs to be included. Drop fixincludes.patch
from dhcp recipe.
Signed-off-by: Kevin Strasser
---
.../dhcp/dhcp/fixincludes.patch| 12
meta/recipes
This change no longer needs to be backported now that a newer version
of dhcp is being used. The patch isn't causing errors because it is not
included in the dhcp recipe's SRC_URI.
Signed-off-by: Kevin Strasser
---
.../dhcp/dhcp/noattrmode.patch
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/patch-cleanup
Kevin Strasser (2):
dhcp: drop fixincludes.patch
dhcp: drop noattrmode.patch
.../dhcp/dhcp/fixincludes.patch| 12 ---
.../dhcp/dhcp/noattrmode.patch | 21
meta
Hi Laurentiu,
On Fri, May 03, 2013 at 12:01:04PM +0300, Laurentiu Palcu wrote:
> do_rootfs[cleandirs] contains ${S} and, if do_rootfs task starts before
> the do_dumpdata_create_diff_gz is finished, an error will occur in the
> process because the directory will be removed while still needed by th
e are including ${WORKDIR}/script-logs in sstate-inputdirs,
the directory must be preserved.
[YOCTO #4032]
Signed-off-by: Kevin Strasser
---
meta/classes/archive-configured-source.bbclass | 25 +---
meta/classes/archive-original-source.bbclass | 25 +---
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/archiver
Kevin Strasser (1):
archiver: fix srpm archiving build errors
meta/classes/archive-configured-source.bbclass | 25 +---
meta/classes/archive-original-source.bbclass | 25 +---
meta/classes/archive
lter out packages before their
archiving tasks are added to the build.
Additionally, negate the return value of copyleft_should_include in
tar_filter, so that packages that do not pass are in turn filtered out.
Signed-off-by: Kevin Strasser
---
meta/classes/archive-configured-source.bbclass | 10 ++
to archive scripts and logs when explicitly enabled.
Signed-off-by: Kevin Strasser
---
meta/classes/archive-configured-source.bbclass |5 +++--
meta/classes/archive-original-source.bbclass |5 +++--
meta/classes/archive-patched-source.bbclass|5 +++--
3 files changed, 9 insert
t.org/cgit.cgi/poky-contrib/log/?h=strassek/archiver
Kevin Strasser (2):
archive-*-source.bbclass: fix scripts_with_logs build error
archiver: fix archive filtering behavior
meta/classes/archive-configured-source.bbclass | 15 +++
meta/classes/archive-original-source.bbclass |
().
Signed-off-by: Kevin Strasser
---
meta/classes/archiver.bbclass |6 --
meta/lib/oe/license.py|4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index a4a2158..7fd4f0f 100644
--- a/meta/classes
-contrib/log/?h=strassek/archiver_copyleft_filter
Kevin Strasser (1):
archvier.bbclass: fix copyleft filter behavior
meta/classes/archiver.bbclass |6 --
meta/lib/oe/license.py|4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
--
1.7.9.5
> On 01/17/2013 02:55 PM, Kevin Strasser wrote:
>> create_diff_gz creates a diff file of the entire 'S' directory.
>> This file isn't needed and is bloating the archiver output directory.
>
> Why is the diff file not needed? This was requested by the co
> On my build no copy of gcc/opkg-utils was archived. For gcc it is
> bad as libgcc will end up in the image and the sources should be
> provided. Update the method and comment to not exclude the native
> version of the build.
Native packages shouldn't be included in the target image, and therefor
create_diff_gz creates a diff file of the entire 'S' directory.
This file isn't needed and is bloating the archiver output directory.
Also, cleaning up some comments.
Signed-off-by: Kevin Strasser
---
meta/classes/archive-configured-source.bbclass | 17 +++
meta/classes/a
-contrib/log/?h=strassek/create_diff_gz
Kevin Strasser (1):
archiver: remove create_diff_gz
meta/classes/archive-configured-source.bbclass | 17 +++
meta/classes/archive-original-source.bbclass | 17 +++
meta/classes/archive-patched-source.bbclass| 17 +++
meta/classes
Hi All,
In it's current state, the source archiver creates a diff.gz file
containing everything found in 'S'. I am wondering if this was really the
intended behavior, as 'S' usually contains things like object and binary
files. If anything, I would expect that this file should represent all
change
17 matches
Mail list logo