| Submitter | Otavio Salvador |
|---|---|
| Date | May 7, 2011, 7:14 p.m. |
| Message ID | <BANLkTi=EENCHs5vHLhf3L6s2ACRbABFkFw@mail.gmail.com> |
| Download | mbox |
| Permalink | /patch/3337/ |
| State | New, archived |
| Headers | show |
Pull-request
git://github.com/OSSystems/oe-core.git masterComments
On 05/07/2011 12:14 PM, Otavio Salvador wrote: > Hello, > > I have sent those patches to mailing list some days ago but they > haven't been merged since it and some merged changes has conflicts > that need to be fixed. So I did. > Octavio, I am working on reviewing and staging them. I did not see a patch for the libxbkfile, did I miss that email? Sau! > The following changes since commit 4f4bac0a459fe238e105e96b2b59b6af88e639c4: > > sanity.bbclass: Add cpio to list of required utilities tested for > (2011-05-07 09:05:57 +0100) > > are available in the git repository at: > git://github.com/OSSystems/oe-core.git master > > Otavio Salvador (5): > meta/conf/local.conf.sample: fix mklibs comment line split and typo > scripts/oe-setup-builddir: fix typo > syslinux: improve packaging > busybox: add support to mdev > libxkbfile: disable xcb > > meta/conf/local.conf.sample | 7 ++-- > meta/recipes-core/busybox/busybox.inc | 14 +++++++- > meta/recipes-core/busybox/busybox_1.18.4.bb | 2 + > meta/recipes-core/busybox/files/mdev | 7 ++++ > meta/recipes-core/busybox/files/mdev.conf | 35 ++++++++++++++++++++ > meta/recipes-devtools/syslinux/syslinux_4.03.bb | 12 ++++++- > meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb | 4 ++- > scripts/oe-setup-builddir | 2 +- > 8 files changed, 75 insertions(+), 8 deletions(-) > create mode 100755 meta/recipes-core/busybox/files/mdev > create mode 100644 meta/recipes-core/busybox/files/mdev.conf > >
On Mon, May 9, 2011 at 14:06, Saul Wold <sgw@linux.intel.com> wrote: > I am working on reviewing and staging them. I did not see a patch for the > libxbkfile, did I miss that email? I will be sending an updated pull request and post the patches with some fixes. Please wait for it for merging.
Hello, I have sent those patches to mailing list some days ago but they haven't been merged since it and some merged changes has conflicts that need to be fixed. So I did. The following changes since commit 4f4bac0a459fe238e105e96b2b59b6af88e639c4: sanity.bbclass: Add cpio to list of required utilities tested for (2011-05-07 09:05:57 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core.git master Otavio Salvador (5): meta/conf/local.conf.sample: fix mklibs comment line split and typo scripts/oe-setup-builddir: fix typo syslinux: improve packaging busybox: add support to mdev libxkbfile: disable xcb meta/conf/local.conf.sample | 7 ++-- meta/recipes-core/busybox/busybox.inc | 14 +++++++- meta/recipes-core/busybox/busybox_1.18.4.bb | 2 + meta/recipes-core/busybox/files/mdev | 7 ++++ meta/recipes-core/busybox/files/mdev.conf | 35 ++++++++++++++++++++ meta/recipes-devtools/syslinux/syslinux_4.03.bb | 12 ++++++- meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb | 4 ++- scripts/oe-setup-builddir | 2 +- 8 files changed, 75 insertions(+), 8 deletions(-) create mode 100755 meta/recipes-core/busybox/files/mdev create mode 100644 meta/recipes-core/busybox/files/mdev.conf