]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
autotools.bbclass: Add glibc-site to deps rbt/glibc-site
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 9 Jan 2019 04:26:31 +0000 (12:26 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 10 Jan 2019 03:31:20 +0000 (19:31 -0800)
commit60f11f24cce5d9e40bd14f708e5878b4de8364be
treeb019f6ca11d46c35227b78556f039206b2c9024f
parent625dc853b0c953a4e066d9088796886f6d0b5103
autotools.bbclass: Add glibc-site to deps

This can reduce configure time, here is a test result:

$ bitbake recipe -cconfigure && bitbake recipe -ccleansstate && time bitbake recipe -cconfigure
- gettext:
    before: 2m38.382s
    after: 2m33.099s

- coreutils:
    before: 1m19.967s
    after: 1m13.574s

- bison:
    before: 0m56.203s
    after: 0m50.134s

But there is nearly no difference when bitbake core-image-minimal or
core-image-sato, I think it is because glibc-site requires about 30s to build,
and these recipes depend on it, so there is no difference when do large builds.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/autotools.bbclass