Power Developer
https://powerdeveloper.org/forums/

armhf.efikamx.com repo online!
https://powerdeveloper.org/forums/viewtopic.php?f=7&t=2238
Page 3 of 4

Author:  steev [ Thu May 10, 2012 4:28 pm ]
Post subject: 

The Z430 backend does not support EXA, only the Z160 backend.

Author:  elmerfudd [ Fri May 11, 2012 3:10 am ]
Post subject: 

I now have working Xv support again. I did copy over xorg.conf, but didn't notice I had to make it load the gpu module.
Maybe the install script should put gpu in the /etc/modules file, along with the sound and wifi stuff.

Author:  Aleix Orti [ Sun May 20, 2012 6:44 am ]
Post subject:  repo?

Hi,
Is the repository still online?

When I tried to install imx-essential and imx-essential-dev, this is what I get:
Code:
# apt-get -u install imx-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package imx-essential

# apt-get -u install imx-essential-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package imx-essential-dev
I've wrote my sources.list, Is this correct?
Code:
# cat /etc/apt/sources.list
#deb http://ftp.us.debian.org/debian unstable main
deb http://ftp.debian.org/debian testing main
deb-src http://ftp.debian.org/debian testing main
deb http://armf.efikamx.com unstable main
thanks

Author:  markos [ Sun May 20, 2012 9:24 am ]
Post subject:  Re: repo?

Quote:
I've wrote my sources.list, Is this correct?
Code:
# cat /etc/apt/sources.list
#deb http://ftp.us.debian.org/debian unstable main
deb http://ftp.debian.org/debian testing main
deb-src http://ftp.debian.org/debian testing main
deb http://armf.efikamx.com unstable main
thanks
Try adding an 'h' to armhf above :)

Author:  Aleix Orti [ Mon May 21, 2012 9:28 am ]
Post subject: 

Thank you!

Author:  Aleix Orti [ Fri Mar 29, 2013 11:06 am ]
Post subject:  Re: armhf.efikamx.com repo online!

hello everybody!
I'm trying to update the repo as usually but since some days ago I get a GPG error.
The error message says:
Invalid Signing: KEYEXPIRED 1364033284 KEYEXPIRED 1364033284 KEYEXPIRED 1364033284

I'm trying update armhf unstable release
thank you in advance

Author:  APerson [ Fri Mar 29, 2013 2:14 pm ]
Post subject:  Re: armhf.efikamx.com repo online!

Quote:
thank you in advance
Hi, thank you for reporting this. The development team is aware of the issue.

Author:  wschaub [ Fri Mar 29, 2013 3:25 pm ]
Post subject:  Re: armhf.efikamx.com repo online!

I will take a look at the GPG key issue. that said there are several packages that need updating for wheezy.

I'm currently working on other projects at the moment but I will at least try and get the key issue sorted out soon (and post an update here about it) and when I have time see if I can get some re-built packages uploaded to the armhf repo.

Author:  wschaub [ Thu Apr 04, 2013 11:57 am ]
Post subject:  Re: armhf.efikamx.com repo online!

Sorry I still haven't had a chance to get in and work on this. just wanted to say aside from that message you should still probably be able to grab packages from the repo, they just won't be trusted. as long as you aren't using the Xorg server packages the rest should just work. getting the key updated is on my todo list still.

Author:  benscott [ Tue May 28, 2013 1:11 pm ]
Post subject:  Re: armhf.efikamx.com repo online!

Is there going to an update for the kernel? The latest libc for "Jessie" wants
a newer one.

Thank you.

Author:  nzasch [ Wed Jun 26, 2013 10:27 am ]
Post subject:  Re: armhf.efikamx.com repo online!

armhf.efikamx.com has disappeared!

Author:  APerson [ Thu Jun 27, 2013 12:47 am ]
Post subject:  Re: armhf.efikamx.com repo online!

Please use: armhf.powerdeveloper.org

Author:  robyinno [ Fri Sep 06, 2013 5:04 pm ]
Post subject:  Re: armhf.efikamx.com repo online!

Looking to the web repo http://armhf.powerdeveloper.org/pool/ma ... e-keyring/ I still don't see a updated GPG key, any eta?

And when I do apt-get upgrade ( from the debian unstable installation)
it want to install the new libc6 but ask me to install a kernel version greater than 2.6.32
that is not present for efikamx.
I remember that Genesi was preparing an updated version of kernel, any news about?
Thanks
Quote:
Sorry I still haven't had a chance to get in and work on this. just wanted to say aside from that message you should still probably be able to grab packages from the repo, they just won't be trusted. as long as you aren't using the Xorg server packages the rest should just work. getting the key updated is on my todo list still.

Author:  ahmedammar [ Thu Sep 26, 2013 2:11 pm ]
Post subject:  Re: armhf.efikamx.com repo online!

Quote:
And when I do apt-get upgrade ( from the debian unstable installation)
it want to install the new libc6 but ask me to install a kernel version greater than 2.6.32
that is not present for efikamx.
We have no plans for updating the kernel for efikamx. The kernel sources are on github (
https://github.com/genesi/linux-legacy). There are a couple of hints I can give you to see if you can get around the problem. Firstly you can simply try to bump the kernel version yourself to 2.6.32 (Just modify the Makefile header in the kernel sources): by rebuilding the kernel deb using make-kpkg and using those headers/kernel debs instead. Looking briefly at the libc check all it does is check 'uname -s' against 2.6.32 and will either continue or not (This is in debian/debhelper.in/libc.preinst, in eglibc sources). The note here is you simply bump the version from 2.6.31 to 2.6.32 and hopefully that works fine. The other approach could be to download the libc package sources and reduce the 2.6.32 requirement to 2.6.31 and rebuild the package.


Hope that helps,
Ahmed.

Author:  robyinno [ Thu Sep 26, 2013 4:02 pm ]
Post subject:  Re: armhf.efikamx.com repo online!

I will try, thanks
Quote:
Quote:
And when I do apt-get upgrade ( from the debian unstable installation)
it want to install the new libc6 but ask me to install a kernel version greater than 2.6.32
that is not present for efikamx.
We have no plans for updating the kernel for efikamx. The kernel sources are on github (
https://github.com/genesi/linux-legacy). There are a couple of hints I can give you to see if you can get around the problem. Firstly you can simply try to bump the kernel version yourself to 2.6.32 (Just modify the Makefile header in the kernel sources): by rebuilding the kernel deb using make-kpkg and using those headers/kernel debs instead. Looking briefly at the libc check all it does is check 'uname -s' against 2.6.32 and will either continue or not (This is in debian/debhelper.in/libc.preinst, in eglibc sources). The note here is you simply bump the version from 2.6.31 to 2.6.32 and hopefully that works fine. The other approach could be to download the libc package sources and reduce the 2.6.32 requirement to 2.6.31 and rebuild the package.


Hope that helps,
Ahmed.

Page 3 of 4 All times are UTC-06:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/