IRC log of #cubox of Thu 09 Jun 2016. All times are in CEST < Back to index

09:24 Ori_p https://solid-run.com/freescale-i-mx6-family/hummingboard answers with a 500
09:34 rabeeh_ Ori_p: works here
09:45 rabeeh Ori_p: probably the firewall thing
11:50 KBme openelec still uses https://github.com/SolidRun/linux-imx6-3.14
11:50 KBme this repo should maybe be deleted or something?
11:53 bencoh deleted? why?
11:54 KBme well, isn't linux-fslc the kernel repo for solidrun imx hardware?
12:21 vpeter KBme: thsi is what is using? https://github.com/SolidRun/linux-fslc
12:22 vpeter They switched.
12:23 vpeter https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/linux/package.mk#L39
12:54 KBme oh sorry. it's just they still have their old mkpkg
12:55 KBme thanks vpeter
12:55 KBme oh and this is on master not 7.0. ok.
14:01 vpeter KBme: You are right - 7.0 is using old one. I though both are bumped.
14:03 KBme vpeter, I know, i'm updating our overlay to newest changes in 7.0 and still have to use our customized linux package ;)
14:14 vpeter KBme: Just put linux package.mk to projects folder.
14:14 KBme vpeter, huh?
14:15 KBme vpeter, well, I am using an overlay because I hate having to rebase constantly and I want to keep our commits in order, not mixed with oe commits (as when I would merge)
14:16 vpeter I have all changed packages in projects/imx6/packages. Then this one is used and not from main packages folder.
14:17 KBme oh that's great though.
14:17 vpeter And I just copy old project folder over original one and I'm done :)
14:17 KBme I might do that in the overlay too. looks cleaner.
14:17 KBme yep
14:17 KBme right on
14:18 vpeter What are you using for overlay?
14:19 KBme vpeter, what do you mean? to manage the overlay?
14:19 KBme basically a shell script
14:20 KBme I tried to write a go program to help me manage updates to the main repo, but I gave up. git format is so complicated I couldn't even get a log in the same order as in git log
14:21 KBme among other things it would check history of the files modified in the overlay and warn if there was a change in the main oe repo
14:23 vpeter I mean aufs, unionfs, ...
14:24 KBme oh. nope. just two git repos that get merged by a shell script.
14:24 KBme I call it overlay because it's merged over the main oe repo
14:24 vpeter Oh, misunderstanding then :)
14:25 KBme :)