Openembedded Core Discussions
 help / color / mirror / Atom feed
* [dylan] Backport request
@ 2014-03-14 18:34 Paul Barker
  2014-03-14 18:37 ` Khem Raj
  2014-03-14 18:57 ` Saul Wold
  0 siblings, 2 replies; 16+ messages in thread
From: Paul Barker @ 2014-03-14 18:34 UTC (permalink / raw)
  To: openembedded-core, Paul Eggleton

I'm stuck using Dylan for a project as I need a 3.2 series kernel.
Building on my current development machine I ran into two failures:

eglibc-initial, do_configure: Make 4.0 isn't recognised

This can be fixed by backporting
a678243d6e4add90c1e9459da42de34d3724db5d (already in Dora).

linux-yocto_3.2: do_patch: Unsupported version of git (1.9.0)

I fixed this by removing git-native from ASSUME_PROVIDED in
meta/conf/bitbake.conf so that git-native-1.8.1.4 was built and used.
That isn't something we should commit in Dylan but may be useful for
others to know the solution if they run into the same problem.

Thanks,

-- 
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [dylan] Backport request
@ 2015-01-08 18:13 Paul Barker
  2015-01-12 12:04 ` Paul Eggleton
  0 siblings, 1 reply; 16+ messages in thread
From: Paul Barker @ 2015-01-08 18:13 UTC (permalink / raw)
  To: Paul Eggleton, OE Core

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

Hi Paul,

I know dylan is old but it's still the recommended branch for the TI MCSDK.
We've ran into a problem automating deployment as symlinks aren't created for
the modules archives when they are deployed. This was fixed by commit
ef9fad8fff1c413bc0eab15625f051d4e2d0a201 in openembedded-core which looks pretty
simple. I've tested this on the dylan branch in our builds and it works.

Could this be backported to the dylan branch please?

Thanks,

-- 
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [dylan] Backport Request
@ 2015-09-18  7:52 Paul Barker
  2015-09-18  9:40 ` Paul Eggleton
  0 siblings, 1 reply; 16+ messages in thread
From: Paul Barker @ 2015-09-18  7:52 UTC (permalink / raw)
  To: openembedded-core, Paul Eggleton

[-- Attachment #1: Type: text/plain, Size: 1522 bytes --]

Hi,

I'm not sure if there are many other poor souls still using dylan, but if there
are I'd like to request a backport of the following commit. In our case it is
needed to ensure that a package is rebuilt when INITSCRIPT_NAME or
INITSCRIPT_PARAMS is changed in a recipe.

Hopefully we'll be able to upgrade soon, but if so it will probably be only as
far as daisy...

commit 4003218f774c38bb5de0d95a43153f8b8d7fc4ce
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date:   Fri Oct 4 12:29:08 2013 +0100
    udpated-rc.d: Track postinst/prerm/postrm in task checksum
    
    When these functions change, the package should rebuild but currently it
    does not. We need to add the dependencies manually as the dependency
    code can't track dynamically created variables.
    
    Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass
index 5588569..f726f2f 100644
--- a/meta/classes/update-rc.d.bbclass
+++ b/meta/classes/update-rc.d.bbclass
@@ -54,6 +54,8 @@ python __anonymous() {
 
 PACKAGESPLITFUNCS_prepend = "populate_packages_updatercd "
 
+populate_packages_updatercd[vardeps] += "updatercd_prerm updatercd_postrm updatercd_postinst"
+
 python populate_packages_updatercd () {
     def update_rcd_package(pkg):
         bb.debug(1, 'adding update-rc.d calls to postinst/postrm for %s' % pkg)

-- 
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-09-18 10:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 18:34 [dylan] Backport request Paul Barker
2014-03-14 18:37 ` Khem Raj
2014-03-14 18:44   ` Paul Barker
2014-03-14 18:46     ` Khem Raj
2014-03-14 19:06       ` Chris Larson
2014-03-14 19:11         ` Paul Barker
2014-03-14 19:13           ` Chris Larson
2014-03-14 19:16             ` Khem Raj
2014-03-14 19:37               ` Paul Barker
2014-03-14 18:57 ` Saul Wold
2014-03-14 19:11   ` Jack Mitchell
2014-03-14 19:15     ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2015-01-08 18:13 Paul Barker
2015-01-12 12:04 ` Paul Eggleton
2015-09-18  7:52 [dylan] Backport Request Paul Barker
2015-09-18  9:40 ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox