diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-11-12 14:01:19 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-11-12 14:01:19 +0900 |
commit | 8998d1af33e898dbd999d1dd41136b2e8b791702 (patch) | |
tree | 844b841cde9a61e76dd58756bb8e8ee1a04ae236 | |
parent | ed6d058deaa22503ab7e7e7ec026d2955946b9eb (diff) | |
download | meta-mobile-8998d1af33e898dbd999d1dd41136b2e8b791702.tar.gz meta-mobile-8998d1af33e898dbd999d1dd41136b2e8b791702.tar.bz2 meta-mobile-8998d1af33e898dbd999d1dd41136b2e8b791702.zip |
Add mobile-targets.yaml in Makefile and remove files related with RD-PQsubmit/tizen_mobile/20141112.050453accepted/tizen/mobile/20141112.050651
Change-Id: I26e057a23aa241d4e4424b637588ca00b92d5c4e
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | mobile-targets.yaml | 2 | ||||
-rw-r--r-- | packaging/meta-mobile.spec | 2 | ||||
-rw-r--r-- | partitions/RD-PQ | 6 | ||||
-rw-r--r-- | partitions/RD-PQ-boot | 2 | ||||
-rw-r--r-- | patterns/rd-pq-adaptation.yaml | 33 |
6 files changed, 4 insertions, 42 deletions
@@ -21,6 +21,7 @@ install: install -d ${DESTDIR}/usr/share/package-groups/mobile install -m 644 mobile.yaml ${DESTDIR}/usr/share/image-configurations/mobile install -m 644 mobile-repos.yaml ${DESTDIR}/usr/share/image-configurations/mobile + install -m 644 mobile-targets.yaml ${DESTDIR}/usr/share/image-configurations/mobile install -m 644 ks/*.yaml ${DESTDIR}/usr/share/image-configurations/mobile/configs install -D partitions/* ${DESTDIR}/usr/share/image-configurations/mobile/partitions install -D scripts/* ${DESTDIR}/usr/share/image-configurations/mobile/scripts diff --git a/mobile-targets.yaml b/mobile-targets.yaml index f908506..347e888 100644 --- a/mobile-targets.yaml +++ b/mobile-targets.yaml @@ -1,6 +1,6 @@ --- Targets: - - Name: arm-x11 + - Name: arm-x11 Images: - common-boot-armv7l-odroidu3.yaml - common-x11-2parts-armv7l.yaml diff --git a/packaging/meta-mobile.spec b/packaging/meta-mobile.spec index ef7825a..c4b78e7 100644 --- a/packaging/meta-mobile.spec +++ b/packaging/meta-mobile.spec @@ -1,3 +1,5 @@ +%define profile mobile + Summary: Tizen Mobile Package Groups and Image Configurations Name: meta-mobile Version: 003 diff --git a/partitions/RD-PQ b/partitions/RD-PQ deleted file mode 100644 index 61d134e..0000000 --- a/partitions/RD-PQ +++ /dev/null @@ -1,6 +0,0 @@ -# ROOT fs partition -part / --size=3000 --fstype=ext4 --label=platform --uuid=4f5fff4c-4d1e-11e3-b3c5-180373d78786 --fsoptions=defaults,noatime -# DATA partition -part /opt/ --size=3000 --fstype=ext4 --label=data --uuid=4f602120-4d1e-11e3-a223-180373d78786 --fsoptions=defaults,noatime -# UMS partition -part /opt/usr/ --size=3000 --fstype=ext4 --label=ums --uuid=4f603fca-4d1e-11e3-8f51-180373d78786 --fsoptions=defaults,noatime diff --git a/partitions/RD-PQ-boot b/partitions/RD-PQ-boot deleted file mode 100644 index 522194a..0000000 --- a/partitions/RD-PQ-boot +++ /dev/null @@ -1,2 +0,0 @@ -# Boot partition -part /boot/ --size=20 --ondisk mmcblk0p --fstype=ext4 --label=boot diff --git a/patterns/rd-pq-adaptation.yaml b/patterns/rd-pq-adaptation.yaml deleted file mode 100644 index be9e3de..0000000 --- a/patterns/rd-pq-adaptation.yaml +++ /dev/null @@ -1,33 +0,0 @@ -Description: RD PQ Adaptation -Name: rd-pq-adaptation -Packages: -#- alsa-scenario-scn-data-0-wm1811 -#- bluetooth-firmware-bcm-e4412 -- charging-animation -- device-manager-plugin-exynos -#- gst-plugins-e4x12 -#- gst-plugins-fimcconvert -#- libomxil-e4x12 -- libtbm-exynos4412 -#- mfc-firmware-e4412 -#- mmfw-sysconf-cleansdk-e4x12 -#- model-config-rd-pq -- my-account -#- nfc-plugin-65nxp -#- nfc-plugin-nxp -- opengl-es-virtual-drv -#- org.tizen.mobileprint -- powertop -- print-service -- print-driver-data -- pygobject -- rfkill -#- sensor-plugins -#- system-plugin-slp -- system-plugin-mount -#- systemd-console-ttySAC2 -- tel-plugin-imcmodem -#- xorg-x11-drv-exynos -#- xorg-x11-misc-exynos -- xf86-video-fbdev -Summary: RD PQ Adaptation |