Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
d29b933c
Commit
d29b933c
authored
Feb 09, 2014
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Package pwrrpi on ubuntu
parent
8d83e440
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
245 additions
and
26 deletions
+245
-26
src/doc/man/en_us/man_rpi.odt
src/doc/man/en_us/man_rpi.odt
+0
-0
src/doc/man/en_us/man_rpi.pdf
src/doc/man/en_us/man_rpi.pdf
+0
-0
src/tools/pkg/deb/adm/pwra_env.sh
src/tools/pkg/deb/adm/pwra_env.sh
+1
-1
src/tools/pkg/deb/pwrrpi/README
src/tools/pkg/deb/pwrrpi/README
+8
-7
src/tools/pkg/deb/pwrrpi/postinst
src/tools/pkg/deb/pwrrpi/postinst
+15
-15
src/tools/pkg/deb_x86_64/adm/pwra_env.sh
src/tools/pkg/deb_x86_64/adm/pwra_env.sh
+1
-1
src/tools/pkg/ubu/adm/pwra_env.sh
src/tools/pkg/ubu/adm/pwra_env.sh
+1
-1
src/tools/pkg/ubu/pwrrpi/README
src/tools/pkg/ubu/pwrrpi/README
+46
-0
src/tools/pkg/ubu/pwrrpi/build.sh
src/tools/pkg/ubu/pwrrpi/build.sh
+90
-0
src/tools/pkg/ubu/pwrrpi/changelog
src/tools/pkg/ubu/pwrrpi/changelog
+1
-0
src/tools/pkg/ubu/pwrrpi/changelog.Debian
src/tools/pkg/ubu/pwrrpi/changelog.Debian
+1
-0
src/tools/pkg/ubu/pwrrpi/control
src/tools/pkg/ubu/pwrrpi/control
+11
-0
src/tools/pkg/ubu/pwrrpi/copyright
src/tools/pkg/ubu/pwrrpi/copyright
+8
-0
src/tools/pkg/ubu/pwrrpi/postinst
src/tools/pkg/ubu/pwrrpi/postinst
+44
-0
src/tools/pkg/ubu/pwrrpi/prerm
src/tools/pkg/ubu/pwrrpi/prerm
+7
-0
src/tools/pkg/ubu/src/os_templ/hw_templ/makefile
src/tools/pkg/ubu/src/os_templ/hw_templ/makefile
+5
-0
src/tools/pkg/ubu_x86_64/adm/pwra_env.sh
src/tools/pkg/ubu_x86_64/adm/pwra_env.sh
+1
-1
src/tools/pkg/ubu_x86_64/src/os_templ/hw_templ/makefile
src/tools/pkg/ubu_x86_64/src/os_templ/hw_templ/makefile
+5
-0
No files found.
src/doc/man/en_us/man_rpi.odt
0 → 100644
View file @
d29b933c
File added
src/doc/man/en_us/man_rpi.pdf
0 → 100644
View file @
d29b933c
File added
src/tools/pkg/deb/adm/pwra_env.sh
View file @
d29b933c
...
...
@@ -28,7 +28,7 @@ pwra_set_func()
baseroot
=
${
baseroot
%/
}
if
[
!
-e
"
$baseroot
"
]
;
then
echo
"Base
$baseroot
doesn't exist"
elif
[
"
$3
"
=
""
]
;
then
elif
[
"
$3
"
!
=
""
]
;
then
if
[
!
-e
$baseroot
/
$3
/exp/exe/pwrp_env.sh
]
;
then
echo
"Not a base directory:
$baseroot
"
return
...
...
src/tools/pkg/deb/pwrrpi/README
View file @
d29b933c
...
...
@@ -3,15 +3,16 @@
1. Setup toolchain
Download rpi-tools from https://github.com/rasperrypi/tools 'Download zip'
Unpack the zip-file under /usr/local/rpi.
mkdir /usr/local/rpi
cd /usr/local/rpi
git clone git://github.com/raspberrypi/tools.git
git checkout 9c3d7b6ac692498dd36fec2872e0b55f910baac1 # There is a bug in the latest commit
2. Define pwre links to the compiler tools
export pwre_cc=/usr/local/rpi/tools
-master
/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc
export pwre_cxx=/usr/local/rpi/tools
-master
/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++
export pwre_ar=/usr/local/rpi/tools
-master
/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-ar
export pwre_cc=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc
export pwre_cxx=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++
export pwre_ar=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-ar
3. Define a link to the exe directory of the host release
...
...
@@ -41,5 +42,5 @@
Set version in the control file and build with
pwre build tools/pkg deb rpi
pwre build tools/pkg deb
src
rpi
src/tools/pkg/deb/pwrrpi/postinst
View file @
d29b933c
...
...
@@ -17,26 +17,26 @@ aroot="/usr/pwrp/adm"
echo
"Change owner of files to pwrp"
chown
-R
pwrp /usr/pwr
rpi
$ver
chgrp
-R
pwrp /usr/pwr
rpi
$ver
chown
-R
pwrp /usr/pwr
$ver
chgrp
-R
pwrp /usr/pwr
$ver
chmod
u+s /usr/pwr
rpi
$ver
/
$pwre_target
/exp/exe/rt_ini
chmod
u+s /usr/pwr
rpi
$ver
/
$pwre_target
/exp/exe/rt_rtt
chmod
u+s /usr/pwr
$ver
/
$pwre_target
/exp/exe/rt_ini
chmod
u+s /usr/pwr
$ver
/
$pwre_target
/exp/exe/rt_rtt
# Insert base in projectlist
if
[
!
-e
$aroot
/db/pwr_projectlist.dat
]
;
then
echo
"%base V
${
ver
:0:1
}
.
${
ver
:1:1
}
rpi /usr/pwrrpi
$ver
"
>
$aroot
/db/pwr_projectlist.dat
else
set
+e
ptst
=
`
eval grep
"^%base"
$aroot
/db/pwr_projectlist.dat |
grep
"
\b
V
${
ver
:0:1
}
.
${
ver
:1:1
}
rpi
\b
"
`
set
-e
if
[
"
$ptst
"
=
""
]
;
then
echo
"%base V
${
ver
:0:1
}
.
${
ver
:1:1
}
rpi /usr/pwrrpi
$ver
"
>>
$aroot
/db/pwr_projectlist.dat
fi
fi
#
if [ ! -e $aroot/db/pwr_projectlist.dat ]; then
# echo "%base V${ver:0:1}.${ver:1:1}rpi /usr/pwr
$ver" > $aroot/db/pwr_projectlist.dat
#
else
#
set +e
#
ptst=`eval grep "^%base" $aroot/db/pwr_projectlist.dat | grep "\bV${ver:0:1}.${ver:1:1}rpi\b"`
#
set -e
#
if [ "$ptst" = "" ]; then
# echo "%base V${ver:0:1}.${ver:1:1}rpi /usr/pwr
$ver" >> $aroot/db/pwr_projectlist.dat
#
fi
#
fi
# Change group to pwrp
chmod
a+w /usr/pwr
rpi
$ver
/
$pwre_target
/exp/load/
*
.dbs
chmod
a+w /usr/pwr
$ver
/
$pwre_target
/exp/load/
*
.dbs
...
...
src/tools/pkg/deb_x86_64/adm/pwra_env.sh
View file @
d29b933c
...
...
@@ -28,7 +28,7 @@ pwra_set_func()
baseroot
=
${
baseroot
%/
}
if
[
!
-e
"
$baseroot
"
]
;
then
echo
"Base
$baseroot
doesn't exist"
elif
[
"
$3
"
=
""
]
;
then
elif
[
"
$3
"
!
=
""
]
;
then
if
[
!
-e
$baseroot
/
$3
/exp/exe/pwrp_env.sh
]
;
then
echo
"Not a base directory:
$baseroot
"
return
...
...
src/tools/pkg/ubu/adm/pwra_env.sh
View file @
d29b933c
...
...
@@ -28,7 +28,7 @@ pwra_set_func()
baseroot
=
${
baseroot
%/
}
if
[
!
-e
"
$baseroot
"
]
;
then
echo
"Base
$baseroot
doesn't exist"
elif
[
"
$3
"
=
""
]
;
then
elif
[
"
$3
"
!
=
""
]
;
then
if
[
!
-e
$baseroot
/
$3
/exp/exe/pwrp_env.sh
]
;
then
echo
"Not a base directory:
$baseroot
"
return
...
...
src/tools/pkg/ubu/pwrrpi/README
0 → 100644
View file @
d29b933c
Package pwrrpi containing runtime archives compiled with crosscompiler for raspbian on Raspberry PI.
1. Setup toolchain
mkdir /usr/local/rpi
cd /usr/local/rpi
git clone git://github.com/raspberrypi/tools.git
git checkout 9c3d7b6ac692498dd36fec2872e0b55f910baac1 # There is a bug in the latest commit
2. Define pwre links to the compiler tools
export pwre_cc=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc
export pwre_cxx=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++
export pwre_ar=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-ar
3. Define a link to the exe directory of the host release
export pwre_host_exe=/data1/x5-0-0/rls/os_linux/hw_x86/exp/exe
4. Create an pwre environment for the rpi release with hardware arm
pwre add x500rpi
Source root? /data0/x5-0-0/pwr/src
Import root? /data0/x5-0-0/rls/os_linux/hw_x86
Build root? /data0/x5-0-0/rls
Build type?
OS? linux
Hardware? arm
5. Build arm release
pwre init x500rpi
mkdir $pwre_broot
pwre configure --ebuild
pwre create_all_modules
pwre import rt
pwre import java
pwre ebuild rt
6. Build the package
Set version in the control file and build with
pwre build tools/pkg deb src rpi
src/tools/pkg/ubu/pwrrpi/build.sh
0 → 100755
View file @
d29b933c
#!/bin/bash
aroot
=
"/usr/pwrp/adm"
# Get version
if
[
-e
$pwr_inc
/pwr_version.h
]
;
then
ver
=
`
eval cat
$pwr_inc
/pwr_version.h |
grep
"
\b
pwrv_cWbdbVersionShortStr
\b
"
|
awk
'{print $3}'
`
if
[
-z
$ver
]
;
then
echo
"Unable to get pwr version"
ver
=
"V00"
fi
ver
=
${
ver
:2:2
}
fi
if
[
"
$1
"
==
"-v"
]
;
then
exit
fi
pkgroot
=
$pwre_broot
/
$pwre_target
/bld/pkg/pwrrpi
$ver
pkgsrc
=
$pwre_sroot
/tools/pkg/ubu/pwrrpi
rpi_target
=
os_linux/hw_arm
echo
"-- Building pwrrpi
$ver
"
# Create directories
mkdir
-p
$pkgroot
/DEBIAN
mkdir
-p
$pkgroot
/usr/share/doc/pwrrpi
$ver
mkdir
-p
$pkgroot
/usr/pwrp
mkdir
-p
$pkgroot
/etc
find
$pkgroot
-type
d | xargs
chmod
755
# control
cp
$pkgsrc
/control
$pkgroot
/DEBIAN
echo
"#!/bin/bash"
>
$pkgroot
/DEBIAN/postinst
echo
"ver=
\"
$ver
\"
"
>>
$pkgroot
/DEBIAN/postinst
echo
"pwre_target=
\"
$pwre_target
\"
"
>>
$pkgroot
/DEBIAN/postinst
cat
$pkgsrc
/postinst
>>
$pkgroot
/DEBIAN/postinst
chmod
a+x
$pkgroot
/DEBIAN/postinst
cp
$pkgsrc
/prerm
$pkgroot
/DEBIAN
# copyright
cp
$pkgsrc
/copyright
$pkgroot
/usr/share/doc/pwrrpi
$ver
# changelog
cp
$pkgsrc
/changelog
$pkgroot
/usr/share/doc/pwrrpi
$ver
gzip
-fq
--best
$pkgroot
/usr/share/doc/pwrrpi
$ver
/changelog
# changelog.Debian
cp
$pkgsrc
/changelog.Debian
$pkgroot
/usr/share/doc/pwrrpi
$ver
gzip
-fq
--best
$pkgroot
/usr/share/doc/pwrrpi
$ver
/changelog.Debian
# Copy proview
mkdir
$pkgroot
/usr/pwr
$ver
currentdir
=
"
`
eval pwd
`
"
tarfile
=
$pwre_broot
/
$pwre_target
/bld/pkg/pwrtmp.tar
cd
$pwre_broot
echo
"-- copy release to package tree"
tar
-cf
$tarfile
$rpi_target
/exp
cd
$pkgroot
/usr/pwr
$ver
tar
-xf
$tarfile
rm
$tarfile
cd
$currentdir
# Copy adm files to cnf
#echo "pwrp set base V${ver:0:1}.${ver:1:1}" >> $pkgroot/usr/pwr$ver/$pwre_target/exp/cnf/pwr_setup.sh
# Create package
echo
"-- Building package"
if
which fakeroot
>
/dev/null
;
then
fakeroot dpkg
-b
$pkgroot
$pwre_broot
/
$pwre_target
/bld/pkg
else
dpkg
-b
$pkgroot
$pwre_broot
/
$pwre_target
/bld/pkg
fi
rm
-r
$pkgroot
src/tools/pkg/ubu/pwrrpi/changelog
0 → 100644
View file @
d29b933c
Proview V5.1.0 (5.1.0-1)
\ No newline at end of file
src/tools/pkg/ubu/pwrrpi/changelog.Debian
0 → 100644
View file @
d29b933c
Proview. See also normal changelog file.
\ No newline at end of file
src/tools/pkg/ubu/pwrrpi/control
0 → 100644
View file @
d29b933c
Package: pwrrpi51
Version: 5.1.0-1
Section: base
Priority: optional
Architecture: i386
Depends: pwr51 (>= 5.1.0-1)
Replaces: pwr51
Maintainer: Proview <postmaster@proview.se>
Description: Proview RPI development package
Proview RPI development environment
5.1.0-1 Base release
src/tools/pkg/ubu/pwrrpi/copyright
0 → 100644
View file @
d29b933c
Proview
Copyright: SSAB EMEA AB <www.ssab.com>
2014-02-03
The home page of Proview is at:
http://www.proview.se
src/tools/pkg/ubu/pwrrpi/postinst
0 → 100755
View file @
d29b933c
#!/bin/sh
set
-e
# ver=""
# pwre_target=""
echo
"Here in postinst..."
# Automatically added by dh_installdocs
if
[
"
$1
"
=
"configure"
]
;
then
if
[
-d
/usr/doc
-a
!
-e
/usr/doc/pwrtest
-a
-d
/usr/share/doc/pwrtest
]
;
then
ln
-sf
../share/doc/pwrtest /usr/doc/pwrtest
fi
fi
# End automatically added section
aroot
=
"/usr/pwrp/adm"
echo
"Change owner of files to pwrp"
chown
-R
pwrp /usr/pwr
$ver
chgrp
-R
pwrp /usr/pwr
$ver
chmod
u+s /usr/pwr
$ver
/
$pwre_target
/exp/exe/rt_ini
chmod
u+s /usr/pwr
$ver
/
$pwre_target
/exp/exe/rt_rtt
# Insert base in projectlist
#if [ ! -e $aroot/db/pwr_projectlist.dat ]; then
# echo "%base V${ver:0:1}.${ver:1:1}rpi /usr/pwr$ver" > $aroot/db/pwr_projectlist.dat
#else
# set +e
# ptst=`eval grep "^%base" $aroot/db/pwr_projectlist.dat | grep "\bV${ver:0:1}.${ver:1:1}rpi\b"`
# set -e
# if [ "$ptst" = "" ]; then
# echo "%base V${ver:0:1}.${ver:1:1}rpi /usr/pwr$ver" >> $aroot/db/pwr_projectlist.dat
# fi
#fi
# Change group to pwrp
chmod
a+w /usr/pwr
$ver
/
$pwre_target
/exp/load/
*
.dbs
src/tools/pkg/ubu/pwrrpi/prerm
0 → 100755
View file @
d29b933c
#!/bin/sh
set
-e
# Automatically added by dh_installdocs
if
[
\(
"
$1
"
=
"upgrade"
-o
"
$1
"
=
"remove"
\)
-a
-L
/usr/doc/pwrtest
]
;
then
rm
-f
/usr/doc/pwrtest
fi
# End automatically added section
src/tools/pkg/ubu/src/os_templ/hw_templ/makefile
View file @
d29b933c
...
...
@@ -30,6 +30,7 @@ copy :
lib
:
exe
:
$(bld_dir)/control_pwrrt $(bld_dir)/control_pwr $(bld_dir)/control_pwrsev $(bld_dir)/control_pwrdemo
rpi
:
$(bld_dir)/control_pwrrpi
clean
:
...
...
@@ -60,5 +61,9 @@ $(bld_dir)/control_pwrdemo : ../../../pwrdemo/control
@
../../../pwrdemo/build.sh
@
cp
$(source)
$(target)
$(bld_dir)/control_pwrrpi
:
../../../pwrrpi/control
@
echo
"build
$(target)
"
@
../../../pwrrpi/build.sh
@
cp
$(source)
$(target)
src/tools/pkg/ubu_x86_64/adm/pwra_env.sh
View file @
d29b933c
...
...
@@ -28,7 +28,7 @@ pwra_set_func()
baseroot
=
${
baseroot
%/
}
if
[
!
-e
"
$baseroot
"
]
;
then
echo
"Base
$baseroot
doesn't exist"
elif
[
"
$3
"
=
""
]
;
then
elif
[
"
$3
"
!
=
""
]
;
then
if
[
!
-e
$baseroot
/
$3
/exp/exe/pwrp_env.sh
]
;
then
echo
"Not a base directory:
$baseroot
"
return
...
...
src/tools/pkg/ubu_x86_64/src/os_templ/hw_templ/makefile
View file @
d29b933c
...
...
@@ -30,6 +30,7 @@ copy :
lib
:
exe
:
$(bld_dir)/control_pwrrt $(bld_dir)/control_pwr $(bld_dir)/control_pwrsev $(bld_dir)/control_pwrdemo
rpi
:
$(bld_dir)/control_pwrrpi
clean
:
...
...
@@ -60,5 +61,9 @@ $(bld_dir)/control_pwrdemo : ../../../pwrdemo/control
@
../../../pwrdemo/build.sh
@
cp
$(source)
$(target)
$(bld_dir)/control_pwrrpi
:
../../../pwrrpi/control
@
echo
"build
$(target)
"
@
../../../pwrrpi/build.sh
@
cp
$(source)
$(target)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment