Drop myself from maintainership of 'cake'.
Signed-off-by: Kevin Darbyshire-Bryant
---
I've tried to find someone to take over the maintainership but failed.
package/kernel/kmod-sched-cake/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/kernel/kmod-sched-cake/Makefile
b/pac
This will output when a job starts and stops:
$ make -j24 V=e
[ snip ]
make[3] -C package/network/config/firewall compile
make -r -C package/network/config/firewall
BUILD_SUBDIR=package/network/config/firewall BUILD_VARIANT= compile finished
It's quite useful for debugging parallel builds to s
On 16 June 2017 at 20:15, Karl Palsson wrote:
>
> Daniel Golle wrote:
>> On Fri, Jun 16, 2017 at 10:30:14AM -, Karl Palsson wrote:
>> >
>> >
>> > I fairly strong feel that this change brings no value to the
>> > table.
>>
>> I disagree. For now, the two allocation schemes (hardcoded vs.
>> dy
On Fri, Jun 16, 2017 at 12:15:19PM -, Karl Palsson wrote:
>
> Daniel Golle wrote:
> > On Fri, Jun 16, 2017 at 10:30:14AM -, Karl Palsson wrote:
> > >
> > >
> > > I fairly strong feel that this change brings no value to the
> > > table.
> >
> > I disagree. For now, the two allocation sc
On Fri, Jun 16, 2017 at 10:30:14AM -, Karl Palsson wrote:
>
>
> I fairly strong feel that this change brings no value to the
> table.
I disagree. For now, the two allocation schemes (hardcoded vs.
dynamic) are competing for the same address space. This can
result in a hard-coded UID/GID to b
From: Rafał Miłecki
Including version.mk sets PKG_CONFIG_DEPENDS to config entries used for
VERSION_SED command. We should keep these configs to make sure package
gets refreshed when needed.
Signed-off-by: Rafał Miłecki
---
package/base-files/Makefile | 3 ++-
1 file changed, 2 insertions(+),