summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2019-06-27 14:12:57 +0900
committerJin Yoon <jinny.yoon@samsung.com>2019-06-27 14:30:27 +0900
commit4bbeea257f645aa6278004cd09351f5f02123977 (patch)
tree6d29a60c4a16a415b7c8d3c88e9ecada9edd8613
parente58dfaa30ed1190f7a6a2f1d2705393df454e3cc (diff)
downloadbuilding-blocks-accepted/tizen/unified/20190627.054259.tar.gz
building-blocks-accepted/tizen/unified/20190627.054259.tar.bz2
building-blocks-accepted/tizen/unified/20190627.054259.zip
Add features for the screen size of 1280x720 (7inches)submit/tizen/20190627.053608accepted/tizen/unified/20190627.054259
Change-Id: Ie22eb5ba8ae3d5ee0ae8608eaf5a74e59cd6b944
-rw-r--r--packaging/platform-preset-boards-rpi3.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/platform-preset-boards-rpi3.inc b/packaging/platform-preset-boards-rpi3.inc
index ff1a599..d0ce301 100644
--- a/packaging/platform-preset-boards-rpi3.inc
+++ b/packaging/platform-preset-boards-rpi3.inc
@@ -52,13 +52,14 @@ Firstly select HALs and Feature to add to your image.
%tizen_feature tizen.org/feature/network.ethernet true
%tizen_feature tizen.org/feature/network.wifi.tdls false
%tizen_feature tizen.org/feature/screen.auto_rotation false
-%tizen_feature tizen.org/feature/screen.height 1920
+%tizen_feature tizen.org/feature/screen.height 720
%tizen_feature tizen.org/feature/screen.output.hdmi true
%tizen_feature tizen.org/feature/screen.output.rca false
%tizen_feature tizen.org/feature/screen.shape.circle false
%tizen_feature tizen.org/feature/screen.shape.rectangle true
-%tizen_feature tizen.org/feature/screen.size.normal.1080.1920 true
-%tizen_feature tizen.org/feature/screen.width 1080
+%tizen_feature tizen.org/feature/screen.size.normal.720.1280 true
+%tizen_feature tizen.org/feature/screen.width 1280
+%tizen_feature tizen.org/feature/screen.dpi 210
%tizen_feature tizen.org/feature/sensor.accelerometer false
%tizen_feature tizen.org/feature/sensor.gravity false
%tizen_feature tizen.org/feature/sensor.linear_acceleration false