* [PATCH 0/3] Remove apm as a default MACHINE_FEATURE
@ 2013-09-09 14:58 Saul Wold
2013-09-09 14:58 ` [PATCH 1/3] qemu.inc: remove apm as a MACHINE_FEATURE Saul Wold
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Saul Wold @ 2013-09-09 14:58 UTC (permalink / raw)
To: openembedded-core, poky
Applogies for the cross post, but this one covers both oe-core and poky
Remove APM from MACHINE_FEATURE, there is no reason for it to be enabled
by default since we do not include the appropriate Kernel CONFIG fragment.
For QEMU it makes no sense in the first place and for any new arm platform
apci is available.
Sau!
The following changes since commit 2ab1bf27f79beadc45e86a26c85fc0b95ae3496f:
bitbake: prserv: Ensure data is committed (2013-09-08 10:51:56 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib sgw/apm
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/apm
Saul Wold (3):
qemu.inc: remove apm as a MACHINE_FEATURE
beagelboard.inc: remove apm as a MACHINE_FEATURE
yocto-bsp: remove apm as a default MACHINE_FEATURE
meta-yocto-bsp/conf/machine/beagleboard.conf | 2 +-
meta/conf/machine/include/qemu.inc | 2 +-
.../lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
1.8.3.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] qemu.inc: remove apm as a MACHINE_FEATURE
2013-09-09 14:58 [PATCH 0/3] Remove apm as a default MACHINE_FEATURE Saul Wold
@ 2013-09-09 14:58 ` Saul Wold
2013-09-09 14:58 ` [PATCH 2/3] beagelboard.inc: " Saul Wold
2013-09-09 14:58 ` [PATCH 3/3] yocto-bsp: remove apm as a default MACHINE_FEATURE Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2013-09-09 14:58 UTC (permalink / raw)
To: openembedded-core, poky
APM is not only obsolete, but requires a kernel config enabled and is meaningless for QEMU VM
[YOCTO #5121]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/conf/machine/include/qemu.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 545f8d1..95d7e66 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -11,7 +11,7 @@ XSERVER ?= "xserver-xorg \
xf86-video-fbdev \
xf86-input-keyboard"
-MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
+MACHINE_FEATURES = "alsa pcmcia bluetooth irda usbgadget screen"
MACHINEOVERRIDES =. "qemuall:"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] beagelboard.inc: remove apm as a MACHINE_FEATURE
2013-09-09 14:58 [PATCH 0/3] Remove apm as a default MACHINE_FEATURE Saul Wold
2013-09-09 14:58 ` [PATCH 1/3] qemu.inc: remove apm as a MACHINE_FEATURE Saul Wold
@ 2013-09-09 14:58 ` Saul Wold
2013-09-09 14:58 ` [PATCH 3/3] yocto-bsp: remove apm as a default MACHINE_FEATURE Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2013-09-09 14:58 UTC (permalink / raw)
To: openembedded-core, poky
APM is not only obsolete, but also requires a kernel config enabled, which is not enabled by default
[YOCTO #5121]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto-bsp/conf/machine/beagleboard.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf
index dd0c222..0775cf8 100644
--- a/meta-yocto-bsp/conf/machine/beagleboard.conf
+++ b/meta-yocto-bsp/conf/machine/beagleboard.conf
@@ -40,4 +40,4 @@ UBOOT_MACHINE = "omap3_beagle_config"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
-MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa"
+MACHINE_FEATURES = "usbgadget usbhost vfat alsa"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] yocto-bsp: remove apm as a default MACHINE_FEATURE
2013-09-09 14:58 [PATCH 0/3] Remove apm as a default MACHINE_FEATURE Saul Wold
2013-09-09 14:58 ` [PATCH 1/3] qemu.inc: remove apm as a MACHINE_FEATURE Saul Wold
2013-09-09 14:58 ` [PATCH 2/3] beagelboard.inc: " Saul Wold
@ 2013-09-09 14:58 ` Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2013-09-09 14:58 UTC (permalink / raw)
To: openembedded-core, poky
APM is not only obsolete, but also requires a kernel config enabled, which is not enabled by default
[YOCTO #5121]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf
index ce9a58f..744486e 100644
--- a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf
@@ -90,4 +90,4 @@ UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}"
{{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }}
UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}"
-MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa"
+MACHINE_FEATURES = "usbgadget usbhost vfat alsa"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-09 14:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 14:58 [PATCH 0/3] Remove apm as a default MACHINE_FEATURE Saul Wold
2013-09-09 14:58 ` [PATCH 1/3] qemu.inc: remove apm as a MACHINE_FEATURE Saul Wold
2013-09-09 14:58 ` [PATCH 2/3] beagelboard.inc: " Saul Wold
2013-09-09 14:58 ` [PATCH 3/3] yocto-bsp: remove apm as a default MACHINE_FEATURE Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox