00:32
qschulz has quit [Remote host closed the connection]
00:35
qschulz has joined #yocto
01:19
nemik has quit [Ping timeout: 256 seconds]
01:19
nemik has joined #yocto
01:24
nemik has quit [Ping timeout: 276 seconds]
01:24
nemik has joined #yocto
01:44
nemik has quit [Ping timeout: 276 seconds]
01:44
nemik has joined #yocto
01:49
nemik has quit [Ping timeout: 272 seconds]
01:49
nemik has joined #yocto
02:23
turkeykittin has quit [Quit: Connection closed]
02:24
manuel1985 has quit [Ping timeout: 248 seconds]
02:29
goliath has quit [Quit: SIGSEGV]
02:29
sakoman has quit [Quit: Leaving.]
02:32
sakoman has joined #yocto
03:09
OutBackDingo has quit [Ping timeout: 246 seconds]
03:27
otavio_ has quit [Read error: Connection reset by peer]
03:30
otavio has joined #yocto
04:35
sakoman has quit [Quit: Leaving.]
04:41
TurBoss has quit [Quit: issued !quit command]
04:44
nemik has quit [Ping timeout: 256 seconds]
04:44
nemik has joined #yocto
04:49
nemik has quit [Ping timeout: 250 seconds]
04:49
nemik has joined #yocto
04:49
Net147 has quit [Quit: Quit]
05:11
Net147 has joined #yocto
05:11
Net147 has quit [Changing host]
05:11
Net147 has joined #yocto
05:17
Net147 has quit [Quit: Quit]
05:28
Net147 has joined #yocto
05:28
Net147 has quit [Changing host]
05:28
Net147 has joined #yocto
05:30
Wouter0100 has quit [Read error: Connection reset by peer]
05:30
Wouter0100 has joined #yocto
05:49
Net147 has quit [Quit: Quit]
06:00
Net147 has joined #yocto
06:00
Net147 has quit [Changing host]
06:00
Net147 has joined #yocto
06:31
Net147 has quit [Quit: Quit]
06:33
Net147 has joined #yocto
06:33
Net147 has quit [Changing host]
06:33
Net147 has joined #yocto
07:14
amahnui1 has joined #yocto
08:04
zeddii has quit [Ping timeout: 250 seconds]
08:06
zeddii has joined #yocto
08:19
kroon has joined #yocto
08:24
nemik has quit [Ping timeout: 272 seconds]
08:29
nemik has joined #yocto
08:50
nemik has quit [Ping timeout: 272 seconds]
08:50
nemik has joined #yocto
09:13
nemik has quit [Ping timeout: 256 seconds]
09:14
nemik has joined #yocto
09:18
nemik has quit [Ping timeout: 240 seconds]
09:19
nemik has joined #yocto
09:23
amahnui1 has quit [Quit: Connection closed for inactivity]
09:36
kroon has quit [Quit: Leaving]
09:54
florian_kc has joined #yocto
10:01
florian_kc has quit [Ping timeout: 276 seconds]
10:18
xmn has quit [Quit: ZZZzzz…]
10:29
F_Adrian has joined #yocto
10:34
F_Adrian has quit [Quit: Leaving]
10:42
florian_kc has joined #yocto
10:47
woky has quit [Ping timeout: 256 seconds]
10:48
woky has joined #yocto
11:05
eternalforms has joined #yocto
11:08
oberonc has joined #yocto
11:08
<
oberonc >
I'm trying to add part of the linux-firmware package
11:09
<
oberonc >
to be specific: the rtl_nic (to support rtl8168)
11:09
<
oberonc >
when I add "linux-firmwre" to DEPENDS it only installs these 2 folders:
11:14
oberonc has quit [Quit: Client closed]
11:14
oberonc has joined #yocto
11:15
<
oberonc >
"/rtl_bt"
11:15
<
oberonc >
"/intel-ucode"
11:16
<
oberonc >
how do I tell it to install the rtl_nic firmware folder ?
11:17
eternalforms has left #yocto [#yocto]
11:19
goliath has joined #yocto
11:23
GillesM has joined #yocto
11:28
manuel1985 has joined #yocto
11:41
<
oberonc >
when I add a .bbappend file like so:
11:41
<
oberonc >
linux-firmware_%.bbappend
11:41
<
oberonc >
PACKAGES =+ "${PN}-rtl_nic"
11:41
<
oberonc >
FILES_${PN}-rtl_nic = " \
11:41
<
oberonc >
/lib/firmware/rtl_nic/* \
11:42
<
oberonc >
as suggested here:
11:42
<
oberonc >
it still wont install the folder /lib/firmware/rtl_nic
11:52
oberonc has quit [Quit: Client closed]
11:52
oberonc has joined #yocto
12:07
<
Saur[m] >
oberonc: Is this with Honister or later? If so, then you need to use `FILES:${PN}-rtl_nic = "..."` instead.
12:08
<
oberonc >
if I had it wrong wouldnt it bring an error message during bitbake ?
12:09
<
Saur[m] >
No. It only does that for :append, :prepend and :remove.
12:10
<
oberonc >
I have changed the .bbappend file (":" instead of "_") .. did nothing .. during bitbake it says "Tasks Summary: Attempted 4846 tasks of which 4846 didn't need to be rerun and all succeeded"
12:15
<
oberonc >
another question: How do I change the file /etc/default/grub and update grub ?
12:16
<
oberonc >
I want to change GRUB_CMDLINE_LINUX_DEFAULT to handle this problem:
12:18
<
Saur[m] >
Do you have an actual runtime dependency on linux-firmware-rtl_nic anywhere? If you only have a build dependency on linux-firmware, then I don't think it will trigger a repackaging even if you change the FILES variable.
12:19
nemik has quit [Ping timeout: 276 seconds]
12:19
nemik has joined #yocto
12:19
<
oberonc >
I do, I have rtl8168 hardware on this board
12:20
<
oberonc >
during boot I get this message in dmesg:
12:20
<
oberonc >
r8169 0000:01:00.0: Unable to load firmware rtl_nic/rtl8168e-2.fw (-2)
12:24
nemik has quit [Ping timeout: 260 seconds]
12:24
nemik has joined #yocto
12:25
<
oberonc >
ok, moving "linux-firmware" from DEPENDS to RDEPENDS fixed the issue
12:25
<
oberonc >
now the rtl_nic folder is there
12:39
<
oberonc >
this brings me back to my GRUB problem
12:39
<
oberonc >
How do I change the file /etc/default/grub and update grub ?
12:39
<
oberonc >
I want to change GRUB_CMDLINE_LINUX_DEFAULT to handle this problem:
13:00
camus has quit [Ping timeout: 250 seconds]
13:34
nemik has quit [Ping timeout: 276 seconds]
13:35
nemik has joined #yocto
14:13
sakoman has joined #yocto
14:32
florian_kc has quit [Read error: Connection reset by peer]
14:33
florian_kc has joined #yocto
14:35
GillesM has quit [Quit: Leaving]
14:42
ptsneves has joined #yocto
14:44
dmoseley_ has joined #yocto
14:45
dmoseley has quit [Ping timeout: 276 seconds]
14:55
nemik has quit [Ping timeout: 256 seconds]
14:55
nemik has joined #yocto
15:11
xmn has joined #yocto
15:29
nemik has quit [Ping timeout: 256 seconds]
15:29
nemik has joined #yocto
15:34
nemik has quit [Ping timeout: 256 seconds]
15:34
nemik has joined #yocto
15:38
Anexploringbot[m has joined #yocto
15:38
Anexploringbot[m has left #yocto [#yocto]
16:03
ptsneves has quit [Quit: Client closed]
16:13
ptsneves has joined #yocto
16:24
nemik has quit [Ping timeout: 272 seconds]
16:24
nemik has joined #yocto
16:29
nemik has quit [Ping timeout: 260 seconds]
16:29
nemik has joined #yocto
16:40
ptsneves has quit [Quit: Client closed]
16:54
nemik has quit [Ping timeout: 260 seconds]
16:54
nemik has joined #yocto
16:58
nemik has quit [Ping timeout: 246 seconds]
16:59
nemik has joined #yocto
17:20
oberonc has quit [Quit: Client closed]
18:48
argonautx has joined #yocto
19:01
turkeykittin has joined #yocto
19:24
nemik has quit [Ping timeout: 276 seconds]
19:24
nemik has joined #yocto
19:24
florian_kc has quit [Ping timeout: 260 seconds]
19:28
nemik has quit [Ping timeout: 240 seconds]
19:29
nemik has joined #yocto
19:30
manuel1985 has quit [Remote host closed the connection]
19:37
florian_kc has joined #yocto
19:59
nemik has quit [Ping timeout: 256 seconds]
20:00
nemik has joined #yocto
20:44
nemik has quit [Ping timeout: 276 seconds]
20:44
nemik has joined #yocto
20:49
nemik has quit [Ping timeout: 256 seconds]
20:49
nemik has joined #yocto
20:51
GillesM has joined #yocto
20:59
nemik has quit [Ping timeout: 276 seconds]
20:59
nemik has joined #yocto
21:04
nemik has quit [Ping timeout: 272 seconds]
21:05
nemik has joined #yocto
21:28
sakoman has quit [Quit: Leaving.]
21:35
sakoman has joined #yocto
21:35
florian_kc has quit [Ping timeout: 276 seconds]
22:13
GillesM has quit [Quit: Leaving]
22:35
nemik has quit [Ping timeout: 276 seconds]
22:35
nemik has joined #yocto
22:37
argonautx has quit [Quit: Leaving]
22:44
nemik has quit [Ping timeout: 256 seconds]
22:49
nemik has joined #yocto
23:49
nemik has quit [Ping timeout: 246 seconds]
23:49
nemik has joined #yocto
23:53
nemik has quit [Ping timeout: 246 seconds]
23:54
nemik has joined #yocto