* [meta-fsl-demos PATCH 1/2] pointercal-xinput: Remove as it is now included in meta-fsl-arm
@ 2013-09-06 15:33 Otavio Salvador
2013-09-06 15:33 ` [meta-fsl-demos PATCH 2/2] fsl-image-gui-sdk: Drop the SDK image Otavio Salvador
0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-09-06 15:33 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
The recipe has been added here before as pointercal-xinput were
included in Meta-OpenEmbedded but they're now in OE-Core. So we now
moved this to the BSP layer.
Change-Id: I741ca7db7e0fda00ad5ede8c4677956ea3bba2c5
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput | 2 --
.../xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput | 3 ---
recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend | 2 --
3 files changed, 7 deletions(-)
delete mode 100644 recipes-graphics/xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput
delete mode 100644 recipes-graphics/xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput
delete mode 100644 recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend
diff --git a/recipes-graphics/xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput b/recipes-graphics/xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput
deleted file mode 100644
index 59f7630..0000000
--- a/recipes-graphics/xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput
+++ /dev/null
@@ -1,2 +0,0 @@
-xinput set-int-prop "MXS touchscreen" "Evdev Axis Calibration" 32 194 3938 301 3878
-xinput set-int-prop "MXS touchscreen" "Evdev Axes Swap" 8 1
diff --git a/recipes-graphics/xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput b/recipes-graphics/xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput
deleted file mode 100644
index 4c1a0d0..0000000
--- a/recipes-graphics/xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput
+++ /dev/null
@@ -1,3 +0,0 @@
-xinput set-int-prop "eGalax Touch Screen" "Evdev Axis Calibration" 42060 2062 -8 -783544 1 1549 65536
-xinput set-int-prop "eGalax Touch Screen" "Evdev Axes Swap" 8 0
-`
\ No newline at end of file
diff --git a/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend b/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend
deleted file mode 100644
index a9c60f3..0000000
--- a/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-# Append path for freescale layer to include bsp pointercal.xinput
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 3+ messages in thread* [meta-fsl-demos PATCH 2/2] fsl-image-gui-sdk: Drop the SDK image
2013-09-06 15:33 [meta-fsl-demos PATCH 1/2] pointercal-xinput: Remove as it is now included in meta-fsl-arm Otavio Salvador
@ 2013-09-06 15:33 ` Otavio Salvador
2013-09-06 15:50 ` Daiane Angolini
0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-09-06 15:33 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
This image has been here for no good reason; the idea is to simplify
and improve the images and for this we ought start removing the not
intended to be kept ones.
Change-Id: If4fb75f45e8a670e9bad806e1b5b8f59d0b637f2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
recipes-fsl/images/fsl-image-gui-sdk.bb | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 recipes-fsl/images/fsl-image-gui-sdk.bb
diff --git a/recipes-fsl/images/fsl-image-gui-sdk.bb b/recipes-fsl/images/fsl-image-gui-sdk.bb
deleted file mode 100644
index 6dfb6b2..0000000
--- a/recipes-fsl/images/fsl-image-gui-sdk.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-include recipes-fsl/images/fsl-image-gui.bb
-
-IMAGE_FEATURES += " \
- dev-pkgs \
- tools-sdk \
-"
-EXTRA_IMAGE_FEATURES += " \
- tools-debug \
- tools-profile \
- tools-testapps \
- debug-tweaks \
-"
-export IMAGE_BASENAME = "fsl-image-gui-sdk"
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-fsl-demos PATCH 2/2] fsl-image-gui-sdk: Drop the SDK image
2013-09-06 15:33 ` [meta-fsl-demos PATCH 2/2] fsl-image-gui-sdk: Drop the SDK image Otavio Salvador
@ 2013-09-06 15:50 ` Daiane Angolini
0 siblings, 0 replies; 3+ messages in thread
From: Daiane Angolini @ 2013-09-06 15:50 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On 09/06/2013 12:33 PM, Otavio Salvador wrote:
> This image has been here for no good reason; the idea is to simplify
> and improve the images and for this we ought start removing the not
> intended to be kept ones.
>
> Change-Id: If4fb75f45e8a670e9bad806e1b5b8f59d0b637f2
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
And I have already reviewed/commented other patches before.
> ---
> recipes-fsl/images/fsl-image-gui-sdk.bb | 13 -------------
> 1 file changed, 13 deletions(-)
> delete mode 100644 recipes-fsl/images/fsl-image-gui-sdk.bb
>
> diff --git a/recipes-fsl/images/fsl-image-gui-sdk.bb b/recipes-fsl/images/fsl-image-gui-sdk.bb
> deleted file mode 100644
> index 6dfb6b2..0000000
> --- a/recipes-fsl/images/fsl-image-gui-sdk.bb
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -include recipes-fsl/images/fsl-image-gui.bb
> -
> -IMAGE_FEATURES += " \
> - dev-pkgs \
> - tools-sdk \
> -"
> -EXTRA_IMAGE_FEATURES += " \
> - tools-debug \
> - tools-profile \
> - tools-testapps \
> - debug-tweaks \
> -"
> -export IMAGE_BASENAME = "fsl-image-gui-sdk"
>
--
Daiane
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-06 15:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 15:33 [meta-fsl-demos PATCH 1/2] pointercal-xinput: Remove as it is now included in meta-fsl-arm Otavio Salvador
2013-09-06 15:33 ` [meta-fsl-demos PATCH 2/2] fsl-image-gui-sdk: Drop the SDK image Otavio Salvador
2013-09-06 15:50 ` Daiane Angolini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.