Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Misc fixes
@ 2015-08-20  8:31 Paul Eggleton
  2015-08-20  8:31 ` [PATCH 1/5] scripts/create-recipe: drop Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Paul Eggleton @ 2015-08-20  8:31 UTC (permalink / raw)
  To: openembedded-core

Generally I prefer to avoid lumping a bunch of unrelated fixes together,
but I've been hanging onto these for a couple of weeks now and I'm not
sure when I'll have any related changes to send them with, so here they
are now.


The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593:

  binconfig-disabled: write an message to stderr to help confused developers (2015-08-19 17:57:58 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/oecore-fixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/oecore-fixes

Paul Eggleton (5):
  scripts/create-recipe: drop
  classes/insane: fix QA check message referring to nativesdk
  oe-selftest: replace assertTrue(False, ...) with fail(...)
  hello-mod: drop PV and PR
  service: tweak example recipe

 .../recipes-kernel/hello-mod/hello-mod_0.1.bb      |    3 -
 .../recipes-skeleton/service/service_0.1.bb        |    7 +-
 meta/classes/insane.bbclass                        |    2 +-
 meta/lib/oeqa/selftest/devtool.py                  |    2 +-
 meta/lib/oeqa/selftest/recipetool.py               |    4 +-
 scripts/create-recipe                              | 2071 --------------------
 6 files changed, 7 insertions(+), 2082 deletions(-)
 delete mode 100755 scripts/create-recipe

-- 
2.1.0



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/5] Misc fixes
@ 2011-11-04 18:20 Otavio Salvador
  2011-11-08 22:59 ` Saul Wold
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2011-11-04 18:20 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e3c003282afb93ec52882496400b042620ab00ef:

  rt-tests: update to 0.83 (2011-11-04 15:43:19 +0000)

are available in the git repository at:
  git://github.com/OSSystems/oe-core master
  https://github.com/OSSystems/oe-core/tree/HEAD

Otavio Salvador (5):
  libcap: fix sstate for native package
  files/device_table-minimal.txt: add /dev/kmsg
  dhcp: drop unused dhcp3.inc file
  dhcp: rename dhcp4.inc to dhcp.inc
  dhcp: move server configuration to dhcp-server-config

 meta/files/device_table-minimal.txt                |    1 +
 .../dhcp/{dhcp4.inc => dhcp.inc}                   |   10 +++-
 meta/recipes-connectivity/dhcp/dhcp3.inc           |   49 --------------------
 meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb       |    4 +-
 meta/recipes-support/libcap/libcap.inc             |   15 +++++-
 meta/recipes-support/libcap/libcap_2.22.bb         |    2 +-
 6 files changed, 24 insertions(+), 57 deletions(-)
 rename meta/recipes-connectivity/dhcp/{dhcp4.inc => dhcp.inc} (91%)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp3.inc

-- 
1.7.2.5




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

end of thread, other threads:[~2015-08-20  8:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20  8:31 [PATCH 0/5] Misc fixes Paul Eggleton
2015-08-20  8:31 ` [PATCH 1/5] scripts/create-recipe: drop Paul Eggleton
2015-08-20  8:31 ` [PATCH 2/5] classes/insane: fix QA check message referring to nativesdk Paul Eggleton
2015-08-20  8:31 ` [PATCH 3/5] oe-selftest: replace assertTrue(False, ...) with fail(...) Paul Eggleton
2015-08-20  8:31 ` [PATCH 4/5] hello-mod: drop PV and PR Paul Eggleton
2015-08-20  8:31 ` [PATCH 5/5] service: tweak example recipe Paul Eggleton
  -- strict thread matches above, loose matches on Subject: below --
2011-11-04 18:20 [PATCH 0/5] Misc fixes Otavio Salvador
2011-11-08 22:59 ` Saul Wold

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