[oe-commits] Andrei Gherzan : bitbake.conf: Add rtc to MACHINE_FEATURES_BACKFILL

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 17:09:32 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 4a8232d959e24e73998d7541c4a524774387cabf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4a8232d959e24e73998d7541c4a524774387cabf

Author: Andrei Gherzan <andrei at gherzan.ro>
Date:   Tue Jul 10 16:55:47 2012 +0300

bitbake.conf: Add rtc to MACHINE_FEATURES_BACKFILL

This was done this way so that the current machine configuration
would remain unaffected.
The rtc MACHINE_FEATURE will specify if a real time clock is avalaible.

Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4773d50..bc2d47d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -724,7 +724,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
 DISTRO_FEATURES_BACKFILL = "pulseaudio"
 DISTRO_FEATURES_append = "${@oe.utils.features_backfill("DISTRO_FEATURES",d)}"
 
-MACHINE_FEATURES_BACKFILL = ""
+MACHINE_FEATURES_BACKFILL = "rtc"
 MACHINE_FEATURES_append = "${@oe.utils.features_backfill("MACHINE_FEATURES",d)}"
 
 COMBINED_FEATURES = "\





More information about the Openembedded-commits mailing list