Re: [OE-core] [PATCH 19/73] mtools: Fix build with uclibc

2016-01-18 Thread Roman Khimov
В письме от 18 января 2016 13:51:36 пользователь Khem Raj написал: > > And from what I remember, I had some issue building native package with > > 'DEPENDS +='. Although that's an old branch and probably things are > > different now. > > I guess what you might have seen is that there is no

Re: [OE-core] [PATCH 19/73] mtools: Fix build with uclibc

2016-01-17 Thread Roman Khimov
В письме от 17 января 2016 03:35:52 пользователь Khem Raj написал: > --- a/meta/recipes-devtools/mtools/mtools_4.0.18.bb > +++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb > @@ -5,6 +5,7 @@ SECTION = "optional" > LICENSE = "GPLv3" > LIC_FILES_CHKSUM =

Re: [OE-core] [PATCH v2 2/3] base-files: create ${base_bindir} etc. instead of /bin, /sbin and /lib

2016-01-10 Thread Roman Khimov
В письме от 10 января 2016 18:13:03 пользователь Matthias Schiffer написал: > * I stand by my opinion that moving files automatically is a bad idea, But that's exactly what can make many of /usr merge changes automatically. Take the kernel as an example, you just don't need the first two hunks

Re: [OE-core] [PATCH 4/4] base-files: create typical merged /usr symlinks if the "merged-usr" distro feature is set

2015-12-17 Thread Roman Khimov
В письме от 17 декабря 2015 10:47:28 пользователь Matthias Schiffer написал: > On 12/16/2015 08:46 PM, Roman Khimov wrote: > > В письме от 16 декабря 2015 19:12:00 пользователь Matthias Schiffer > > написал: > > Also, you probably want to add this symlinks to fs-perms.t

Re: [OE-core] [PATCH 4/4] base-files: create typical merged /usr symlinks if the "merged-usr" distro feature is set

2015-12-16 Thread Roman Khimov
В письме от 16 декабря 2015 19:12:00 пользователь Matthias Schiffer написал: > The following options in a distro configuration create a full Fedora-style > merged /usr: > > DISTRO_FEATURES_DEFAULT += "merged-usr" > base_bindir = "${exec_prefix}/bin" > base_sbindir = "${exec_prefix}/bin" >

Re: [OE-core] [PATCH 2/4] kernel: allow kernel module and firmware installation with ${base_libdir} != "/lib"

2015-12-16 Thread Roman Khimov
В письме от 16 декабря 2015 19:11:58 пользователь Matthias Schiffer написал: > # instead is prefixed with /lib/modules/${KERNEL_VERSION} > -file = file.replace("/lib/modules/%s/" % d.getVar('KERNEL_VERSION', > True) or '', '', 1) +file = file.replace("%s/modules/%s/" % >

Re: [OE-core] [PATCH 2/4] kernel: allow kernel module and firmware installation with ${base_libdir} != "/lib"

2015-12-16 Thread Roman Khimov
В письме от 16 декабря 2015 19:11:58 пользователь Matthias Schiffer написал: > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass > index 4ce1611..8fc1d5d 100644 > --- a/meta/classes/kernel.bbclass > +++ b/meta/classes/kernel.bbclass > @@ -242,6 +242,11 @@ kernel_do_install() {

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 24 ноября 2015 10:30:17 пользователь Lopez, Mariano написал: > > That's the right solution, although to do it really right (at least IMO) > > you need to implement the /usr merge [1] (and that's orthogonal to using > > or not using systemd), which can also help you make your /usr

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 24 ноября 2015 12:27:30 пользователь Mark Hatle написал: > On 11/24/15 12:05 PM, Roman Khimov wrote: > > В письме от 24 ноября 2015 07:47:38 пользователь Mark Hatle написал: > >> On 11/24/15 4:39 AM, Roman Khimov wrote: > >>> В письме от 23 ноября 2015

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 24 ноября 2015 07:47:38 пользователь Mark Hatle написал: > On 11/24/15 4:39 AM, Roman Khimov wrote: > > В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: > >> 1. Use a separate partition for the configuration. > >> > &

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: > 1. Use a separate partition for the configuration. >a. The pro of this method is the partition is not touched during the > update. >b. The con of this method is the configuration is not directly in > rootfs (example:

Re: [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread Roman Khimov
В письме от 29 октября 2015 08:42:31 пользователь Khem Raj написал: > 1. Drop kconfig support in glibc and we become inline with upstream No opinion on this. > 2. Move musl support to OE-Core from meta-musl I would certainly support this kind of for musl. > 3. Drop uclibc or leave it in